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

Andreas Müller schnitzeltony at gmail.com
Wed Dec 11 00:08:44 UTC 2019


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



More information about the Openembedded-devel mailing list