summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-04-27 15:55:39 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-04-27 15:55:39 +0800
commit16668088dda857b1651d7cdd7928ec4187e74b26 (patch)
treefb138a357ac3de507dabddf17cbdd46df02f6838
parent59a303b29d496e38a31486c503bc89d352752cad (diff)
downloadmeta-selinux-16668088dda857b1651d7cdd7928ec4187e74b26.tar.gz
augeas: Build with selinux support.
-rw-r--r--recipes-extended/augeas/augeas_0.10.0.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/augeas/augeas_0.10.0.bbappend b/recipes-extended/augeas/augeas_0.10.0.bbappend
new file mode 100644
index 0000000..aa6b6cb
--- /dev/null
+++ b/recipes-extended/augeas/augeas_0.10.0.bbappend
@@ -0,0 +1,6 @@
1DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
2
3EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}"
4
5PR .= ".1"
6