summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-06-15 18:01:19 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-06-15 18:01:19 +0800
commitf2da3586725b4b14953fcf68900f12eaa3e307fb (patch)
treea431a36deb77246ef91f4ae7750b77521f9ed3ea
parent014192520b56939806c52bcc13d9fcb5483ab911 (diff)
downloadmeta-selinux-f2da3586725b4b14953fcf68900f12eaa3e307fb.tar.gz
sudo: Build with selinux support.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-extended/sudo/sudo_1.8.4p4.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/sudo/sudo_1.8.4p4.bbappend b/recipes-extended/sudo/sudo_1.8.4p4.bbappend
new file mode 100644
index 0000000..396feae
--- /dev/null
+++ b/recipes-extended/sudo/sudo_1.8.4p4.bbappend
@@ -0,0 +1,5 @@
1PR .= ".1"
2
3DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
4
5EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"