diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-06-12 01:40:25 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-06-16 10:33:18 -0400 |
commit | 979688dfe987af660321e7350f4d3132e599d990 (patch) | |
tree | 4a9ee0b15bf71b8b65fb1a58bd93ac41274952a4 | |
parent | ad8800c11437854ae957f4238dc306ee2215aa9c (diff) | |
download | meta-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.inc | 2 |
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." | |||
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | LICENSE = "LGPLv2.1+" | 7 | LICENSE = "LGPLv2.1+" |
8 | 8 | ||
9 | inherit lib_package | 9 | inherit lib_package python-dir |
10 | 10 | ||
11 | DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" | 11 | DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" |
12 | DEPENDS_append_class-target += "audit" | 12 | DEPENDS_append_class-target += "audit" |