summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index ab8db9cba..9791554a9 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -23,7 +23,7 @@ inherit autotools-brokensep pkgconfig systemd
23LVM2_PACKAGECONFIG = "dmeventd lvmetad" 23LVM2_PACKAGECONFIG = "dmeventd lvmetad"
24LVM2_PACKAGECONFIG_append_class-target = " \ 24LVM2_PACKAGECONFIG_append_class-target = " \
25 ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \ 25 ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \
26 thin-provisioning-tools \ 26 ${@bb.utils.contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'thin-provisioning-tools', d)} \
27 udev \ 27 udev \
28" 28"
29 29