diff options
-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" |