diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2014-01-22 03:02:38 -0500 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-23 18:00:50 +0800 |
commit | 7c182186f54b88e5eb38ad7540e0498da476ab87 (patch) | |
tree | a5ad80292a914e4ab09b30d74eeee85fabca8db9 | |
parent | 5a36af9f9195a957cf8c5ccd301568caf45921f8 (diff) | |
download | meta-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.inc | 2 |
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+" | |||
11 | inherit lib_package | 11 | inherit lib_package |
12 | 12 | ||
13 | DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" | 13 | DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" |
14 | DEPENDS_class-target += "audit" | 14 | DEPENDS_append_class-target += "audit" |
15 | 15 | ||
16 | PACKAGES += "${PN}-python" | 16 | PACKAGES += "${PN}-python" |
17 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 17 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |