Commit 7d564ef9 authored by Bruce Ashfield's avatar Bruce Ashfield
Browse files

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: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
parent 100fb480
Branches master-push
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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 \
"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment