From 4044f7f89289111fbf36b5609d1a183b9896b952 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Fri, 12 Sep 2014 16:37:04 +0800 Subject: shadow: add missing libsemanage conditional depend. Signed-off-by: Xin Ouyang --- recipes-extended/shadow/shadow_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) 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" inherit with-selinux with-audit +PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux libsemanage," + FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}" -- cgit v1.2.3-54-g00ecf