]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
webkitgtk: disable gobject-introspection on mips64 ChenQi/webkitgtk-mips64
authorChen Qi <Qi.Chen@windriver.com>
Mon, 30 May 2016 07:45:07 +0000 (15:45 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Tue, 31 May 2016 01:55:05 +0000 (09:55 +0800)
Disable gobject-introspection on mips64 to avoid do_compile failure.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-sato/webkit/webkitgtk_2.12.1.bb

index 23ead72bd9439bea78386941b66be1bc47e184e3..4600e544b07c36f685ab81139bcf61d57cb87964 100644 (file)
@@ -92,3 +92,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 "