]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu/qemu-system-native: depend bison-native
authorKai Kang <kai.kang@windriver.com>
Fri, 14 Jun 2019 01:38:10 +0000 (21:38 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2019 21:47:43 +0000 (22:47 +0100)
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>
meta/recipes-devtools/qemu/qemu-system-native_4.0.0.bb
meta/recipes-devtools/qemu/qemu_4.0.0.bb

index 820883df6513bd86e0255fd7ea33914c2473b1ac..964dcee524250b9fd0e4568e65a16a1f11b62eb2 100644 (file)
@@ -5,7 +5,7 @@ require qemu-native.inc
 # As some of the files installed by qemu-native and qemu-system-native 
 # are the same, we depend on qemu-native to get the full installation set
 # and avoid file clashes
-DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native"
+DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native"
 
 EXTRA_OECONF_append = " --target-list=${@get_qemu_system_target_list(d)}"
 
index 247e0311edc71c53732233d358e8dcb3d02c0e4c..f119215b21c577ad981c223a3507cc9b4bc8f543 100644 (file)
@@ -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"