[OE-core] [PATCH v2] qemu: add gettext-native to DEPENDS

Khem Raj raj.khem at gmail.com
Fri May 11 18:56:19 UTC 2018


On Fri, May 11, 2018 at 10:25 AM, Chris Patterson <cjp256 at gmail.com> wrote:
> From: Chris Patterson <pattersonc at ainfosec.com>
>
> Otherwise QEMU build may fail with missing `msgfmt` command.
>
> | make -C po install
> |   GEN     bg.mo
> |   GEN     tr.mo
> |   GEN     de_DE.mo
> | /bin/sh: msgfmt: command not found
> | /bin/sh: msgfmt: command not found
>

are you enabling gtk+ packageconfig ?
I dont see po files build built otherwise if you are enabling gtk+
then please move the
dependency into that packageconfig.

Adding gettext dependency especially on native recipes can dampen
parallism and increase
build time due to serialization. And qemu-native is quite a
fundamental package we need at early
stages of build.

> Signed-off-by: Chris Patterson <pattersonc at ainfosec.com>
> ---
>  meta/recipes-devtools/qemu/qemu.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
> index dc73df8..78fa30c 100644
> --- a/meta/recipes-devtools/qemu/qemu.inc
> +++ b/meta/recipes-devtools/qemu/qemu.inc
> @@ -1,7 +1,7 @@
>  SUMMARY = "Fast open source processor emulator"
>  HOMEPAGE = "http://qemu.org"
>  LICENSE = "GPLv2 & LGPLv2.1"
> -DEPENDS = "glib-2.0 zlib pixman"
> +DEPENDS = "glib-2.0 zlib pixman gettext-native"
>  RDEPENDS_${PN}_class-target += "bash"
>
>  require qemu-targets.inc
> --
> 2.1.4
>
> --
> _______________________________________________
> 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