summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index d2c147417..289e07d8d 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -19,12 +19,12 @@ SRC_URI = "ftp://sources.redhat.com/pub/lvm2/old/LVM2.${PV}.tgz \
19 " 19 "
20S = "${WORKDIR}/LVM2.${PV}" 20S = "${WORKDIR}/LVM2.${PV}"
21 21
22inherit autotools-brokensep pkgconfig systemd 22inherit autotools-brokensep pkgconfig systemd license
23 23
24LVM2_PACKAGECONFIG = "dmeventd lvmetad" 24LVM2_PACKAGECONFIG = "dmeventd lvmetad"
25LVM2_PACKAGECONFIG_append_class-target = " \ 25LVM2_PACKAGECONFIG_append_class-target = " \
26 ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \ 26 ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \
27 ${@bb.utils.contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'thin-provisioning-tools', d)} \ 27 ${@incompatible_license_contains('GPLv3', '', 'thin-provisioning-tools', d)} \
28 udev \ 28 udev \
29" 29"
30 30