mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
qemu: Clean up DEPENDS
Move the common dependencies to qemu.inc for cleaner entries in the various recipes. Remove an unneeded inherit. (From OE-Core rev: 6e7c2ae575b8f04fd117cc56980bb25113f343a8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BPN = "qemu"
|
||||
|
||||
DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native"
|
||||
DEPENDS += "glib-2.0-native zlib-native"
|
||||
|
||||
require qemu-native.inc
|
||||
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
BPN = "qemu"
|
||||
|
||||
inherit python3-dir
|
||||
|
||||
require qemu-native.inc
|
||||
|
||||
# As some of the files installed by qemu-native and qemu-system-native
|
||||
# are the same, we depend on qemu-native to get the full installation set
|
||||
# and avoid file clashes
|
||||
DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native meson-native ninja-native"
|
||||
DEPENDS += "glib-2.0-native zlib-native pixman-native qemu-native"
|
||||
|
||||
EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}"
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@ a variety of guest operating systems"
|
||||
HOMEPAGE = "http://qemu.org"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
|
||||
DEPENDS += "bison-native meson-native ninja-native"
|
||||
|
||||
RDEPENDS:${PN}-ptest = "bash"
|
||||
|
||||
require qemu-targets.inc
|
||||
|
||||
@@ -2,7 +2,7 @@ BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
require qemu.inc
|
||||
|
||||
DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native"
|
||||
DEPENDS += "glib-2.0 zlib pixman"
|
||||
|
||||
DEPENDS:append:libc-musl = " libucontext"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user