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
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:24:41 +0100
commit20d98f67a109b3b9e07c1a8c5042f7320fbc02c2 (patch)
tree61111a9a73ca42b02d6b3b1a0bb0ba6ebef32f58 /meta-oe/recipes-support/augeas
parent9a0f8dcbfb6b9312e57d0928df4cafd7e399b7db (diff)
downloadmeta-openembedded-contrib-20d98f67a109b3b9e07c1a8c5042f7320fbc02c2.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>
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"