Skip to content

Commit

Permalink
libvmi: add dependency on autoconf-archive-native
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Signed-off-by: Bruce Ashfield <[email protected]>
  • Loading branch information
shr-project authored and zeddii committed Jun 15, 2023
1 parent 28eda60 commit d61d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-extended/libvmi/libvmi_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d61d6cf

Please sign in to comment.