From 4a5ba5c2a193c9c0a6a8cc84bdfb166b7add42fa Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 30 May 2016 15:45:07 +0800 Subject: 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 --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-sato') diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb index 2de698bb80..265fedb349 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 " -- cgit 1.2.3-korg