summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-31 13:59:09 -0600
committerMark Hatle <mark.hatle@windriver.com>2012-01-31 13:59:09 -0600
commit2a56e555b95845f944895a0cabbba1681149c492 (patch)
tree664a549d8287500ddfa9c78e5d359049639cf8bf
parenta91cc2c94b0a49ea35a8b05555bf47e5ff05b382 (diff)
downloadmeta-selinux-2a56e555b95845f944895a0cabbba1681149c492.tar.gz
cronie: Enable SE Linux support
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--recipes-extended/cronie/cronie_1.4.8.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/cronie/cronie_1.4.8.bbappend b/recipes-extended/cronie/cronie_1.4.8.bbappend
new file mode 100644
index 0000000..6a106c5
--- /dev/null
+++ b/recipes-extended/cronie/cronie_1.4.8.bbappend
@@ -0,0 +1,6 @@
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"