[oe-commits] [openembedded-core] 31/48: gcr: disable gobject-introspection on mips64

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 23:14:14 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 896dd0de45d51e625186cc1c380b7c22bff13d5d
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri Nov 6 18:39:02 2015 +0200

    gcr: disable gobject-introspection on mips64
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-gnome/gcr/gcr_3.18.0.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-gnome/gcr/gcr_3.18.0.bb b/meta/recipes-gnome/gcr/gcr_3.18.0.bb
index 98c3025..31d0f66 100644
--- a/meta/recipes-gnome/gcr/gcr_3.18.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.18.0.bb
@@ -34,3 +34,8 @@ ARM_INSTRUCTION_SET = "arm"
 #
 # This will be investigated later.
 EXTRA_OECONF_append_x86-64 = " --disable-introspection"
+
+# Gcr-3.broken: poky/build-mips64/tmp/work/mips64-poky-linux/libgpg-error/1.19-r0/libgpg-error-1.19/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed.
+# qemu: uncaught target signal 6 (Aborted) - core dumped
+EXTRA_OECONF_append_mips64 = " --disable-introspection"
+

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


More information about the Openembedded-commits mailing list