[oe] [PATCH 2/3] gjs: exclude mips build

Khem Raj raj.khem at gmail.com
Sat Dec 14 02:36:24 UTC 2019


I sent another patch to fix mozjs which inturn fixes this problem
so we really do not need to exclude gjs for mips anymore.

see

https://patchwork.openembedded.org/patch/168002/

On Tue, Dec 10, 2019 at 4:09 PM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
> ---
>  meta-gnome/recipes-gnome/gjs/gjs_1.58.3.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.3.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.58.3.bb
> index ddd5196b2..02e3e75cc 100644
> --- a/meta-gnome/recipes-gnome/gjs/gjs_1.58.3.bb
> +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.3.bb
> @@ -19,6 +19,10 @@ SRC_URI += "file://0001-Disable-tests-on-host.patch"
>  REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
>  UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
>
> +# for mips qemu crashes compiling girs
> +# see https://errors.yoctoproject.org/Errors/Details/296905/
> +COMPATIBLE_HOST_mipsarch = "null"
> +
>  EXTRA_OECONF = " \
>      --without-dbus-tests \
>      --disable-installed-tests \
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list