summaryrefslogtreecommitdiffstats
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:01:53 +0000
commitc8902102a96475d7d292a04f0a2e5564cdab4cfe (patch)
treeb3304bfe340e5ba9620af1d1eea285625e9d0ee6
parent858cc6f257e22e39df83f4808ea27c6d12cd1b80 (diff)
downloadopenembedded-core-contrib-c8902102a96475d7d292a04f0a2e5564cdab4cfe.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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"
require qemu.inc
-# error: a parameter list without types is only allowed in a function definition
-# void (*_function)(sigval_t);
-COMPATIBLE_HOST:libc-musl = 'null'
-
DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native"
RDEPENDS:${PN}:class-target += "bash"