mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
augeas: fix QA warning
Add PACKAGECONFIG for libselinux. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9a0f8dcbfb
commit
20d98f67a1
@@ -28,3 +28,6 @@ LEAD_SONAME = "libaugeas.so"
|
||||
do_install_append() {
|
||||
rm -fr ${D}${datadir}/vim
|
||||
}
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"
|
||||
|
||||
Reference in New Issue
Block a user