From 7c182186f54b88e5eb38ad7540e0498da476ab87 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Wed, 22 Jan 2014 03:02:38 -0500 Subject: libsemanage: fix DEPENDS override issue Don't override DEPENDS for target build, the "audit" should be appended to it. Signed-off-by: Wenzong Fan --- recipes-security/selinux/libsemanage.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+" inherit lib_package DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" -DEPENDS_class-target += "audit" +DEPENDS_append_class-target += "audit" PACKAGES += "${PN}-python" FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" -- cgit v1.2.3-54-g00ecf