summaryrefslogtreecommitdiffstats
path: root/recipes-extended/shadow
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-01-04 18:33:43 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-01-05 14:00:24 +0800
commitd95d951a0ef6fd46848269c3b76c77d85bf8f1a3 (patch)
treeb105a4ebfb921a80375a97b67d189e859f5b1b6b /recipes-extended/shadow
parent5abfe148ef915d28535d43dabe38cc44ec2620f9 (diff)
downloadmeta-selinux-d95d951a0ef6fd46848269c3b76c77d85bf8f1a3.tar.gz
packages: inherit with-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
Diffstat (limited to 'recipes-extended/shadow')
-rw-r--r--recipes-extended/shadow/shadow_4.1.4.3.bbappend8
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes-extended/shadow/shadow_4.1.4.3.bbappend b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
index 97a806f..c2c3332 100644
--- a/recipes-extended/shadow/shadow_4.1.4.3.bbappend
+++ b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
@@ -1,9 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2 2
3DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux audit', '', d)}" 3PR .= ".3"
4
5EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"
6EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-audit', '--without-audit', d)}"
7
8PR .= ".2"
9 4
5inherit with-selinux with-audit