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>
This commit is contained in:
Bruce Ashfield 2018-11-16 13:49:29 -05:00
parent f226bea108
commit b74c0d4ec2

View File

@ -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 \
"