mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
@@ -2,10 +2,6 @@ BBCLASSEXTEND = "nativesdk"
|
|||||||
|
|
||||||
require qemu.inc
|
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"
|
DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native"
|
||||||
|
|
||||||
RDEPENDS:${PN}:class-target += "bash"
|
RDEPENDS:${PN}:class-target += "bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user