mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 17:56:41 +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 20d98f67a109b3b9e07c1a8c5042f7320fbc02c2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
ebc3e16c7d
commit
45c2854b04
@ -28,3 +28,6 @@ LEAD_SONAME = "libaugeas.so"
|
|||||||
do_install_append() {
|
do_install_append() {
|
||||||
rm -fr ${D}${datadir}/vim
|
rm -fr ${D}${datadir}/vim
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user