[OE-core] [meta-oe][PATCH] qemu-native: add dependency on dtc-native

Alexander Kanavin alex.kanavin at gmail.com
Sun Mar 3 17:00:52 UTC 2019


This has been previously discussed: qemu doesn't properly reconfigure
itself when settings change. Wipe tmp/ and things should just work.

Alex

On Sun, 3 Mar 2019 at 17:54, Oleksandr Kravchuk
<open.source at oleksandr-kravchuk.com> wrote:
>
> This fixes the following build error:
>
> ../loader-fit.c:30:10: fatal error: libfdt.h: No such file or directory
>
> Signed-off-by: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
> ---
>  meta/recipes-devtools/qemu/qemu-native_3.1.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list