summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/augeas/augeas.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc
index 077a2db5ea..23a057135b 100644
--- a/meta-oe/recipes-support/augeas/augeas.inc
+++ b/meta-oe/recipes-support/augeas/augeas.inc
@@ -28,6 +28,6 @@ do_install:append() {
28} 28}
29 29
30PACKAGECONFIG ??= "" 30PACKAGECONFIG ??= ""
31PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" 31PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
32 32
33EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" 33EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"