mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
setools: Remove the python disabled patch.
Before the python modules are needed by policycoreutils.
This commit is contained in:
parent
171760b17a
commit
c93ca62112
|
|
@ -1,29 +0,0 @@
|
|||
From 5bf63cd7d9c2af5648b705784a5990414de64a3b Mon Sep 17 00:00:00 2001
|
||||
From: Xin Ouyang <Xin.Ouyang@windriver.com>
|
||||
Date: Wed, 7 Mar 2012 18:13:00 +0800
|
||||
Subject: [PATCH] setools: Don't build python bindings if disabled.
|
||||
|
||||
---
|
||||
Makefile.am | 6 +++++-
|
||||
1 files changed, 5 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 176c8ea..d33c65c 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -10,7 +10,11 @@ if BUILD_GUI
|
||||
endif
|
||||
# sediffx is also built conditionally, from sediffx/Makefile.am
|
||||
|
||||
-SUBDIRS = libqpol libapol libsefs libpoldiff libseaudit secmds sechecker sediff man packages debian $(MAYBE_APOL) $(MAYBE_GUI) python
|
||||
+if DO_SWIGIFY_PYTHON
|
||||
+ MAYBE_PY = python
|
||||
+endif
|
||||
+
|
||||
+SUBDIRS = libqpol libapol libsefs libpoldiff libseaudit secmds sechecker sediff man packages debian $(MAYBE_APOL) $(MAYBE_GUI) $(MAYBE_PY)
|
||||
|
||||
#old indent opts
|
||||
#INDENT_OPTS = -npro -nbad -bap -sob -ss -l132 -di1 -nbc -br -nbbb -c40 -cd40 -ncdb -ce -cli0 -cp40 -ncs -d0 -nfc1 -nfca -i8 -ts8 -ci8 -lp -ip0 -npcs -npsl -sc
|
||||
--
|
||||
1.7.5.4
|
||||
|
||||
|
|
@ -28,8 +28,6 @@ SRC_URI += "file://setools-cross-ar.patch"
|
|||
SRC_URI += "file://setools-Fix-test-bug-for-unary-operator.patch"
|
||||
SRC_URI += "file://setools-Fix-python-setools-Makefile.am-for-cross.patch"
|
||||
|
||||
SRC_URI += "file://setools-Don-t-build-python-bindings-if-disabled.patch"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=26035c503c68ae1098177934ac0cc795 \
|
||||
file://${S}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://${S}/COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user