mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
f226bea108
commit
b74c0d4ec2
|
@ -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 \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user