summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2014-01-22 03:02:38 -0500
committerXin Ouyang <xin.ouyang@windriver.com>2014-01-23 18:00:50 +0800
commit7c182186f54b88e5eb38ad7540e0498da476ab87 (patch)
treea5ad80292a914e4ab09b30d74eeee85fabca8db9
parent5a36af9f9195a957cf8c5ccd301568caf45921f8 (diff)
downloadmeta-selinux-7c182186f54b88e5eb38ad7540e0498da476ab87.tar.gz
libsemanage: fix DEPENDS override issue
Don't override DEPENDS for target build, the "audit" should be appended to it. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.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 9424358..5e90c26 100644
--- a/recipes-security/selinux/libsemanage.inc
+++ b/recipes-security/selinux/libsemanage.inc
@@ -11,7 +11,7 @@ LICENSE = "LGPLv2.1+"
11inherit lib_package 11inherit lib_package
12 12
13DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" 13DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native"
14DEPENDS_class-target += "audit" 14DEPENDS_append_class-target += "audit"
15 15
16PACKAGES += "${PN}-python" 16PACKAGES += "${PN}-python"
17FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 17FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"