From 2c52f873c7393fdaa0e44bdd30839e089bccb3dc Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 26 Jun 2023 14:26:10 +0200 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- recipes-extended/libvmi/libvmi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb index 6338b801..25d7d407 100644 --- a/recipes-extended/libvmi/libvmi_git.bb +++ b/recipes-extended/libvmi/libvmi_git.bb @@ -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 \