From 45c2854b04c4671f69334116a4452b5d5311b9dc Mon Sep 17 00:00:00 2001 From: "dengke.du@windriver.com" Date: Sat, 5 Nov 2016 13:18:31 +0800 Subject: augeas: fix QA warning Add PACKAGECONFIG for libselinux. Signed-off-by: Dengke Du Signed-off-by: Martin Jansa (cherry picked from commit 20d98f67a109b3b9e07c1a8c5042f7320fbc02c2) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/augeas/augeas.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 354b1809f0..185abae18d 100644 --- a/meta-oe/recipes-support/augeas/augeas.inc +++ b/meta-oe/recipes-support/augeas/augeas.inc @@ -28,3 +28,6 @@ LEAD_SONAME = "libaugeas.so" do_install_append() { rm -fr ${D}${datadir}/vim } + +PACKAGECONFIG ??= "" +PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" -- cgit v1.2.3-54-g00ecf