diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-27 15:55:39 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-27 15:55:39 +0800 |
commit | 16668088dda857b1651d7cdd7928ec4187e74b26 (patch) | |
tree | fb138a357ac3de507dabddf17cbdd46df02f6838 | |
parent | 59a303b29d496e38a31486c503bc89d352752cad (diff) | |
download | meta-selinux-16668088dda857b1651d7cdd7928ec4187e74b26.tar.gz |
augeas: Build with selinux support.
-rw-r--r-- | recipes-extended/augeas/augeas_0.10.0.bbappend | 6 |
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 @@ | |||
1 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
2 | |||
3 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}" | ||
4 | |||
5 | PR .= ".1" | ||
6 | |||