diff options
-rw-r--r-- | meta-oe/recipes-support/augeas/augeas.inc | 3 |
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" | |||
28 | do_install_append() { | 28 | do_install_append() { |
29 | rm -fr ${D}${datadir}/vim | 29 | rm -fr ${D}${datadir}/vim |
30 | } | 30 | } |
31 | |||
32 | PACKAGECONFIG ??= "" | ||
33 | PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" | ||