summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-11-16 13:49:29 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-11-16 13:51:35 -0500
commitb74c0d4ec270269d155b2b0602da8d8f7eba4dac (patch)
tree67cc1886e33ead0ebafa6442ad4ff461a75b9370
parentf226bea1083b2bf7373ac7e4780459d454830cc4 (diff)
downloadmeta-virtualization-b74c0d4ec270269d155b2b0602da8d8f7eba4dac.tar.gz
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 <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/libvmi/libvmi_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
6SECTION = "console/tools" 6SECTION = "console/tools"
7PV = "0.12.0" 7PV = "0.12.0"
8 8
9DEPENDS = "libvirt libcheck bison fuse" 9DEPENDS = "libvirt libcheck bison fuse byacc-native"
10 10
11SRC_URI = "git://github.com/libvmi/libvmi.git \ 11SRC_URI = "git://github.com/libvmi/libvmi.git \
12" 12"