diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_6.1.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_6.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_6.1.0.bb b/meta/recipes-devtools/qemu/qemu_6.1.0.bb index 017a054d5d..c9a53e3b05 100644 --- a/meta/recipes-devtools/qemu/qemu_6.1.0.bb +++ b/meta/recipes-devtools/qemu/qemu_6.1.0.bb | |||
@@ -4,6 +4,8 @@ require qemu.inc | |||
4 | 4 | ||
5 | 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" |
6 | 6 | ||
7 | DEPENDS:append:libc-musl = " libucontext" | ||
8 | |||
7 | RDEPENDS:${PN}:class-target += "bash" | 9 | RDEPENDS:${PN}:class-target += "bash" |
8 | 10 | ||
9 | EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}" | 11 | EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}" |