summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-06-12 01:40:25 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2016-06-16 10:33:18 -0400
commit979688dfe987af660321e7350f4d3132e599d990 (patch)
tree4a9ee0b15bf71b8b65fb1a58bd93ac41274952a4
parentad8800c11437854ae957f4238dc306ee2215aa9c (diff)
downloadmeta-selinux-979688dfe987af660321e7350f4d3132e599d990.tar.gz
libsemanage: inherit python-dir
Fixed: semanageswig_wrap.c:147:21: fatal error: Python.h: No such file or directory Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/selinux/libsemanage.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/libsemanage.inc b/recipes-security/selinux/libsemanage.inc
index 552d54d..6bb57a0 100644
--- a/recipes-security/selinux/libsemanage.inc
+++ b/recipes-security/selinux/libsemanage.inc
@@ -6,7 +6,7 @@ on binary policies such as customizing policy boolean settings."
6SECTION = "base" 6SECTION = "base"
7LICENSE = "LGPLv2.1+" 7LICENSE = "LGPLv2.1+"
8 8
9inherit lib_package 9inherit lib_package python-dir
10 10
11DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" 11DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native"
12DEPENDS_append_class-target += "audit" 12DEPENDS_append_class-target += "audit"