summaryrefslogtreecommitdiffstats
path: root/recipes-extended/sudo/sudo_1.8.5p2.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/sudo/sudo_1.8.5p2.bbappend')
-rw-r--r--recipes-extended/sudo/sudo_1.8.5p2.bbappend6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-extended/sudo/sudo_1.8.5p2.bbappend b/recipes-extended/sudo/sudo_1.8.5p2.bbappend
index 396feae..5ad8973 100644
--- a/recipes-extended/sudo/sudo_1.8.5p2.bbappend
+++ b/recipes-extended/sudo/sudo_1.8.5p2.bbappend
@@ -1,5 +1,3 @@
1PR .= ".1" 1PR .= ".2"
2 2
3DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" 3inherit with-selinux
4
5EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"