From: Chen Qi Date: Mon, 30 May 2016 07:45:07 +0000 (+0800) Subject: webkitgtk: disable gobject-introspection on mips64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2FChenQi%2Fwebkitgtk-mips64;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 --- diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb index 23ead72bd94..4600e544b07 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb @@ -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 "