mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
@@ -27,7 +27,7 @@ do_install:append() {
|
|||||||
rm -fr ${D}${datadir}/vim
|
rm -fr ${D}${datadir}/vim
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
|
||||||
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
|
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
|
||||||
|
|
||||||
EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
|
EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
|
||||||
|
|||||||
Reference in New Issue
Block a user