mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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>
(cherry picked from commit 20d98f67a1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ebc3e16c7d
commit
45c2854b04
@@ -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