]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: Build on musl targets
authorKhem Raj <raj.khem@gmail.com>
Mon, 8 Nov 2021 06:32:41 +0000 (22:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Nov 2021 22:01:53 +0000 (22:01 +0000)
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>
meta/recipes-devtools/qemu/qemu_6.1.0.bb

index f8a816b12b67e90c37b016b1aa498864ed79245f..017a054d5d67eed4337825cfa34a1d1a040158b4 100644 (file)
@@ -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"