summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
28do_install_append() { 28do_install_append() {
29 rm -fr ${D}${datadir}/vim 29 rm -fr ${D}${datadir}/vim
30} 30}
31
32PACKAGECONFIG ??= ""
33PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"