aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/augeas
diff options
context:
space:
mode:
authordengke.du@windriver.com <dengke.du@windriver.com>2016-11-05 13:18:31 +0800
committerArmin Kuster <akuster808@gmail.com>2016-11-29 08:22:21 -0800
commit45c2854b04c4671f69334116a4452b5d5311b9dc (patch)
treeb89ea9d4c7b0170e74505f4eba9ee0f76df2ff8a /meta-oe/recipes-support/augeas
parentebc3e16c7d698b16c2edfef64eef0c14a6a6a758 (diff)
downloadmeta-openembedded-contrib-45c2854b04c4671f69334116a4452b5d5311b9dc.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/augeas')
-rw-r--r--meta-oe/recipes-support/augeas/augeas.inc3
1 files changed, 3 insertions, 0 deletions
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"