summaryrefslogtreecommitdiffstats
path: root/recipes-extended/shadow/shadow_4.1.4.3.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/shadow/shadow_4.1.4.3.bbappend')
-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