From: Chen Qi Date: Mon, 30 May 2016 07:45:07 +0000 (+0800) Subject: webkitgtk: disable gobject-introspection on mips64 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a5ba5c2a193c9c0a6a8cc84bdfb166b7add42fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git webkitgtk: disable gobject-introspection on mips64 Disable gobject-introspection on mips64 to avoid do_compile failure. Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb index 2de698bb80b..265fedb3494 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb @@ -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 "