summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_4.0.0.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-06-13 21:38:10 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-14 22:47:43 +0100
commitef2592eb898b494cf61f1e0614bdcaf94ec103d0 (patch)
treea1e17aa81b1d1a81f780e44974fd77721c75fd68 /meta/recipes-devtools/qemu/qemu_4.0.0.bb
parentd9224014da9a512b1b8837e4e7a736d465c97be3 (diff)
downloadopenembedded-core-contrib-ef2592eb898b494cf61f1e0614bdcaf94ec103d0.tar.gz
qemu/qemu-system-native: depend bison-native
Add bison-native to DEPENDS of qemu and qemu-system-native to fix compile warning: | BISON dtc-parser.tab.c | make[1]: bison: Command not found Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_4.0.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_4.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_4.0.0.bb b/meta/recipes-devtools/qemu/qemu_4.0.0.bb
index 247e0311ed..f119215b21 100644
--- a/meta/recipes-devtools/qemu/qemu_4.0.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_4.0.0.bb
@@ -2,7 +2,7 @@ BBCLASSEXTEND = "nativesdk"
require qemu.inc
-DEPENDS = "glib-2.0 zlib pixman"
+DEPENDS = "glib-2.0 zlib pixman bison-native"
RDEPENDS_${PN}_class-target += "bash"