diff options
author | Xin Ouyang <xin.ouyang@windriver.com> | 2014-09-12 16:37:04 +0800 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-09-12 16:37:04 +0800 |
commit | 4044f7f89289111fbf36b5609d1a183b9896b952 (patch) | |
tree | 2306dc127d6eddf2c505de4f3a11537649a7b5d6 | |
parent | 88edba3fb1afab5f2f2b254a00d37caef72dccf0 (diff) | |
download | meta-selinux-4044f7f89289111fbf36b5609d1a183b9896b952.tar.gz |
shadow: add missing libsemanage conditional depend.
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
-rw-r--r-- | recipes-extended/shadow/shadow_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/shadow/shadow_%.bbappend b/recipes-extended/shadow/shadow_%.bbappend index 47714f7..b7ccf40 100644 --- a/recipes-extended/shadow/shadow_%.bbappend +++ b/recipes-extended/shadow/shadow_%.bbappend | |||
@@ -2,4 +2,6 @@ PR .= ".1" | |||
2 | 2 | ||
3 | inherit with-selinux with-audit | 3 | inherit with-selinux with-audit |
4 | 4 | ||
5 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux libsemanage," | ||
6 | |||
5 | FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" | 7 | FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" |