diff options
| author | Kai Kang <kai.kang@windriver.com> | 2017-09-21 14:47:21 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-22 22:50:48 +0000 |
| commit | 1a1595cbe453bfb37096efd2d953e5d8e8d5a4d3 (patch) | |
| tree | 32af16cfd90c8b27bc5365b543de573e091c038b | |
| parent | 6dd7d705791eacda20a5ed44738d56b578318bab (diff) | |
| download | meta-openembedded-1a1595cbe453bfb37096efd2d953e5d8e8d5a4d3.tar.gz | |
lvm2: disable thin provisioning support if GPLv3 incompatible
Disable thin provisioning support for lvm2 if it is set GPLv3
incompatible.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 2 |
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 ab8db9cba8..9791554a99 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 | |||
| 23 | LVM2_PACKAGECONFIG = "dmeventd lvmetad" | 23 | LVM2_PACKAGECONFIG = "dmeventd lvmetad" |
| 24 | LVM2_PACKAGECONFIG_append_class-target = " \ | 24 | LVM2_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 | ||
