[OE-core] [PATCH] qemu-native: Add missing dtc-native dependency

Alexander Kanavin alex.kanavin at gmail.com
Thu Feb 28 20:15:26 UTC 2019


On Thu, 28 Feb 2019 at 19:33, Alistair Francis <Alistair.Francis at wdc.com> wrote:
> diff --git a/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb b/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb
> index c8acff8e19..e3efd873ca 100644
> --- a/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb
> +++ b/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb
> @@ -1,6 +1,6 @@
>  BPN = "qemu"
>
> -DEPENDS = "glib-2.0-native zlib-native"
> +DEPENDS = "glib-2.0-native zlib-native dtc-native"
>
>  require qemu-native.inc

The dtc dependency is pulled into qemu-system-native recipe via 'fdt'
PACKAGECONFIG. Is there a reason it needs to be in qemu-native? (which
since today provides only the usermode bits)
If there is, it should be in the commit message.

Alex


More information about the Openembedded-core mailing list