diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-07 22:32:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-08 22:03:51 +0000 |
commit | 65b01cbb7bbd491fc4b2a83485eceb6dd1f394c9 (patch) | |
tree | 41a3e6c9499cd7b44233f3d214c5c8d136e46769 | |
parent | db9660c7dbb312280ba2e2e1bc64064718abac65 (diff) | |
download | poky-65b01cbb7bbd491fc4b2a83485eceb6dd1f394c9.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
(From OE-Core rev: c8902102a96475d7d292a04f0a2e5564cdab4cfe)
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.bb | 4 |
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" | |||
2 | 2 | ||
3 | require qemu.inc | 3 | require qemu.inc |
4 | 4 | ||
5 | # error: a parameter list without types is only allowed in a function definition | ||
6 | # void (*_function)(sigval_t); | ||
7 | COMPATIBLE_HOST:libc-musl = 'null' | ||
8 | |||
9 | DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native" | 5 | DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native" |
10 | 6 | ||
11 | RDEPENDS:${PN}:class-target += "bash" | 7 | RDEPENDS:${PN}:class-target += "bash" |