diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2014-01-20 05:15:42 -0500 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-20 18:20:26 +0800 |
commit | fccacdca9489ba605e3a84f313f820615df9bdaf (patch) | |
tree | b8efd9de054572c58405fe36d890bdd6e6d92343 /recipes-security/selinux | |
parent | e81b2a4e0d2f7362f4a5e81457e91e179fb8c5ab (diff) | |
download | meta-selinux-fccacdca9489ba605e3a84f313f820615df9bdaf.tar.gz |
Revert "libsemanage: add audit dependency"
This reverts commit 146bd8c6bc3bc0e9e96a8517263f28f7915b871d.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
Diffstat (limited to 'recipes-security/selinux')
-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 a978c75..dfc3006 100644 --- a/recipes-security/selinux/libsemanage.inc +++ b/recipes-security/selinux/libsemanage.inc | |||
@@ -10,7 +10,7 @@ LICENSE = "LGPLv2.1+" | |||
10 | 10 | ||
11 | inherit lib_package | 11 | inherit lib_package |
12 | 12 | ||
13 | DEPENDS += "libsepol libselinux ustr bzip2 python audit bison-native flex-native" | 13 | DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" |
14 | 14 | ||
15 | PACKAGES += "${PN}-python" | 15 | PACKAGES += "${PN}-python" |
16 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 16 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |