aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lvm2
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-02-18 03:10:05 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 13:16:46 +0100
commit247256f42ed9fa4e70d2a9ae47c400eb749b1aad (patch)
treedb8bbdf1ffebf33624d77c3917f7459c70616102 /meta-oe/recipes-support/lvm2
parent99d89597b69e4fe1a18e36820dbbc65f973d83f2 (diff)
downloadmeta-openembedded-contrib-247256f42ed9fa4e70d2a9ae47c400eb749b1aad.tar.gz
lvm2: Depend on autoconf-archive-native instead of autoconf-archive
This still satisfies the dependency, and allows lvm2 to be built when packages that use GPL-3.0 have been disabled via INCOMPATIBLE_LICENSE. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lvm2')
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb b/meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb
index 6983bca4d5..c81faa7e5a 100644
--- a/meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb
+++ b/meta-oe/recipes-support/lvm2/lvm2_2.02.166.bb
@@ -3,6 +3,6 @@ require lvm2.inc
SRC_URI[md5sum] = "c5a54ee0b86703daaad6e856439e115a"
SRC_URI[sha256sum] = "e120b066b85b224552efda40204488c5123de068725676fd6e5c8bc655051b94"
-DEPENDS += "autoconf-archive"
+DEPENDS += "autoconf-archive-native"
BBCLASSEXTEND = "native nativesdk"