mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 21:38:19 +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:
parent
9a0f8dcbfb
commit
20d98f67a1
@ -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