]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkitgtk: disable gobject-introspection on mips64
authorChen Qi <Qi.Chen@windriver.com>
Mon, 30 May 2016 07:45:07 +0000 (15:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:35:04 +0000 (23:35 +0100)
Disable gobject-introspection on mips64 to avoid do_compile failure.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-sato/webkit/webkitgtk_2.12.3.bb

index 2de698bb80b5e0ab9d80c12b12016c33e4a168e2..265fedb3494eb7020832e0c00df6bc737548a8d8 100644 (file)
@@ -95,3 +95,7 @@ ARM_INSTRUCTION_SET = "arm"
 # qemu: uncaught target signal 11 (Segmentation fault) - core dumped
 # Segmentation fault
 EXTRA_OECMAKE_append_powerpc = " -DENABLE_INTROSPECTION=OFF "
+
+# WebKit2-4.0: ../../libgpg-error-1.21/src/posix-lock.c:119: get_lock_object: Assertion `!"sizeof lock obj"' failed.
+# qemu: uncaught target signal 6 (Aborted) - core dumped
+EXTRA_OECMAKE_append_mips64 = " -DENABLE_INTROSPECTION=OFF "