From: Khem Raj Date: Mon, 8 Nov 2021 06:32:41 +0000 (-0800) Subject: qemu: Build on musl targets X-Git-Tag: uninative-3.5~924 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c8902102a96475d7d292a04f0a2e5564cdab4cfe;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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"