summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2014-01-20 05:15:42 -0500
committerXin Ouyang <xin.ouyang@windriver.com>2014-01-20 18:20:26 +0800
commitfccacdca9489ba605e3a84f313f820615df9bdaf (patch)
treeb8efd9de054572c58405fe36d890bdd6e6d92343 /recipes-security/selinux
parente81b2a4e0d2f7362f4a5e81457e91e179fb8c5ab (diff)
downloadmeta-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.inc2
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
11inherit lib_package 11inherit lib_package
12 12
13DEPENDS += "libsepol libselinux ustr bzip2 python audit bison-native flex-native" 13DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native"
14 14
15PACKAGES += "${PN}-python" 15PACKAGES += "${PN}-python"
16FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 16FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"