From c8902102a96475d7d292a04f0a2e5564cdab4cfe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 7 Nov 2021 22:32:41 -0800 Subject: 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 --- meta/recipes-devtools/qemu/qemu_6.1.0.bb | 4 ---- 1 file changed, 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" -- cgit 1.2.3-korg