diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-13 12:42:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 22:58:40 -0700 |
commit | ed556a580a9fe7c93aaf78e1c025d8d8c0f5edab (patch) | |
tree | 575b9eafc93825165fe2fcd2856948817fa9cfc4 /meta-oe/recipes-support/augeas | |
parent | 4940e9fb6ac84d964eabeab77a0e0b0bc97ded99 (diff) | |
download | meta-openembedded-ed556a580a9fe7c93aaf78e1c025d8d8c0f5edab.tar.gz |
augeas: add selinux to PACKAGECONFIG if enable selinux distro feature
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/augeas')
-rw-r--r-- | meta-oe/recipes-support/augeas/augeas.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 23a057135b..d83ba493e0 100644 --- a/meta-oe/recipes-support/augeas/augeas.inc +++ b/meta-oe/recipes-support/augeas/augeas.inc | |||
@@ -27,7 +27,7 @@ do_install:append() { | |||
27 | rm -fr ${D}${datadir}/vim | 27 | rm -fr ${D}${datadir}/vim |
28 | } | 28 | } |
29 | 29 | ||
30 | PACKAGECONFIG ??= "" | 30 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" |
31 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 31 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
32 | 32 | ||
33 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | 33 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" |