From b74c0d4ec270269d155b2b0602da8d8f7eba4dac Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 16 Nov 2018 13:49:29 -0500 Subject: libvmi: add byacc-native to the DEPENDS libvmi is looking for yacc during configuration, so we must add it to our DEPENDS as a native tool. 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 a746638f..88fa5d30 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.12.0" -DEPENDS = "libvirt libcheck bison fuse" +DEPENDS = "libvirt libcheck bison fuse byacc-native" SRC_URI = "git://github.com/libvmi/libvmi.git \ " -- cgit v1.2.3-54-g00ecf