diff options
-rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 63d2cdb00..c6a9ec0f7 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
@@ -30,6 +30,10 @@ EXTRA_OECONF = "--with-user= \ | |||
30 | --with-udev-prefix= \ | 30 | --with-udev-prefix= \ |
31 | " | 31 | " |
32 | 32 | ||
33 | PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | ||
34 | |||
35 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux," | ||
36 | |||
33 | inherit autotools | 37 | inherit autotools |
34 | 38 | ||
35 | do_install_append() { | 39 | do_install_append() { |