mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
libvmi: add dependency on autoconf-archive-native
* since https://git.openembedded.org/openembedded-core/commit/?id=571132415ea7fe2d91c62948f2b6aa553eafa83d this doesn't get autoconf-archive-native dependency and fails with: http://errors.yoctoproject.org/Errors/Details/708195/ ./configure: line 14424: syntax error near unexpected token `-fno-strict-overflow,' ./configure: line 14424: ` AX_CHECK_COMPILE_FLAG(-fno-strict-overflow, HARDEN_CFLAGS="$HARDEN_CFLAGS -fno-strict-overflow", , -Werror )' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
28eda60a52
commit
d61d6cff9c
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|||
SECTION = "console/tools"
|
||||
PV = "0.14.0+git${SRCPV}"
|
||||
|
||||
DEPENDS = "libvirt libcheck bison fuse bison-native flex-native"
|
||||
DEPENDS = "libvirt libcheck bison fuse bison-native flex-native autoconf-archive-native"
|
||||
|
||||
SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \
|
||||
file://0001-Build-vbd-only-when-xen-is-enabled.patch \
|
||||
|
|
Loading…
Reference in New Issue
Block a user