mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 10:12:14 +00:00
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>
This commit is contained in:
parent
99d89597b6
commit
247256f42e
@ -3,6 +3,6 @@ require lvm2.inc
|
|||||||
SRC_URI[md5sum] = "c5a54ee0b86703daaad6e856439e115a"
|
SRC_URI[md5sum] = "c5a54ee0b86703daaad6e856439e115a"
|
||||||
SRC_URI[sha256sum] = "e120b066b85b224552efda40204488c5123de068725676fd6e5c8bc655051b94"
|
SRC_URI[sha256sum] = "e120b066b85b224552efda40204488c5123de068725676fd6e5c8bc655051b94"
|
||||||
|
|
||||||
DEPENDS += "autoconf-archive"
|
DEPENDS += "autoconf-archive-native"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user