[oe] [meta-oe][PATCH] augeas: fix QA warning

Dengke Du dengke.du at windriver.com
Sat Nov 5 05:18:31 UTC 2016


Add PACKAGECONFIG for libselinux.

Signed-off-by: Dengke Du <dengke.du at windriver.com>
---
 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 354b180..185abae 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"
-- 
2.7.4




More information about the Openembedded-devel mailing list