[oe-commits] [meta-openembedded] 45/52: gjs: exclude mips build

git at git.openembedded.org git at git.openembedded.org
Thu Dec 12 00:23:42 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 4e070024f80db5307802cbffac2fbc1ac5aee6a3
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Wed Dec 11 01:08:44 2019 +0100

    gjs: exclude mips build
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem 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 ddd5196..02e3e75 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list