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:50:28 -0500
commit7d564ef9be6517588da57ff6f9c4d29df7a08b07 (patch)
tree9f4c82427ef432338608abfc12cf54a909b16043
parent100fb480e7fa7646682891307a9091e07e7981cd (diff)
downloadmeta-virtualization-master-push.tar.gz
libvmi: add byacc-native to the DEPENDSmaster-push
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"