summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-07 22:32:41 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-08 22:03:51 +0000
commit65b01cbb7bbd491fc4b2a83485eceb6dd1f394c9 (patch)
tree41a3e6c9499cd7b44233f3d214c5c8d136e46769 /meta/recipes-devtools/qemu
parentdb9660c7dbb312280ba2e2e1bc64064718abac65 (diff)
downloadpoky-65b01cbb7bbd491fc4b2a83485eceb6dd1f394c9.tar.gz
qemu: Build on musl targets
This has been disabled for the given compile error which has been fixed over time, qemu for target builds fine with musl now a days (From OE-Core rev: c8902102a96475d7d292a04f0a2e5564cdab4cfe) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu_6.1.0.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_6.1.0.bb b/meta/recipes-devtools/qemu/qemu_6.1.0.bb
index f8a816b12b..017a054d5d 100644
--- a/meta/recipes-devtools/qemu/qemu_6.1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_6.1.0.bb
@@ -2,10 +2,6 @@ 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
9DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native" 5DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native"
10 6
11RDEPENDS:${PN}:class-target += "bash" 7RDEPENDS:${PN}:class-target += "bash"