summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_4.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_4.1.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_4.1.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_4.1.0.bb b/meta/recipes-devtools/qemu/qemu_4.1.0.bb
index 76776098d0..f0c1daabe1 100644
--- a/meta/recipes-devtools/qemu/qemu_4.1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_4.1.0.bb
@@ -2,6 +2,10 @@ BBCLASSEXTEND = "nativesdk"
2 2
3require qemu.inc 3require qemu.inc
4 4
5# error: a parameter list without types is only allowed in a function definition
6# void (*_function)(sigval_t);
7COMPATIBLE_HOST_libc-musl = 'null'
8
5DEPENDS = "glib-2.0 zlib pixman bison-native" 9DEPENDS = "glib-2.0 zlib pixman bison-native"
6 10
7RDEPENDS_${PN}_class-target += "bash" 11RDEPENDS_${PN}_class-target += "bash"