From 20d98f67a109b3b9e07c1a8c5042f7320fbc02c2 Mon Sep 17 00:00:00 2001 From: "dengke.du@windriver.com" Date: Sat, 5 Nov 2016 13:18:31 +0800 Subject: [PATCH] augeas: fix QA warning Add PACKAGECONFIG for libselinux. Signed-off-by: Dengke Du Signed-off-by: Martin Jansa --- 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"