summaryrefslogtreecommitdiffstats
path: root/recipes-extended/shadow
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-31 13:59:33 -0600
committerMark Hatle <mark.hatle@windriver.com>2012-01-31 13:59:33 -0600
commitf1c357ffe4722217f507a9d90f8dffaa6585f98a (patch)
treec17763f1c3eeb574857f6ed2fff748f852e3094e /recipes-extended/shadow
parent471d40783fe38e7b035053f25f3c4b31490afea5 (diff)
downloadmeta-selinux-f1c357ffe4722217f507a9d90f8dffaa6585f98a.tar.gz
shadow: Enable SE Linux support
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'recipes-extended/shadow')
-rw-r--r--recipes-extended/shadow/shadow_4.1.4.3.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-extended/shadow/shadow_4.1.4.3.bbappend b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
new file mode 100644
index 0000000..3976c93
--- /dev/null
+++ b/recipes-extended/shadow/shadow_4.1.4.3.bbappend
@@ -0,0 +1,7 @@
1DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux audit', '', d)}"
2
3EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"
4EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-audit', '--without-audit', d)}"
5
6PR .= ".1"
7