diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-15 18:01:19 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-06-15 18:01:19 +0800 |
commit | f2da3586725b4b14953fcf68900f12eaa3e307fb (patch) | |
tree | a431a36deb77246ef91f4ae7750b77521f9ed3ea | |
parent | 014192520b56939806c52bcc13d9fcb5483ab911 (diff) | |
download | meta-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.bbappend | 5 |
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 @@ | |||
1 | PR .= ".1" | ||
2 | |||
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
4 | |||
5 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}" | ||