From d5bc510861d346ef5eaf7d4a0373942fe4d84e95 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 --- meta/recipes-sato/webkit/webkitgtk_2.12.1.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.1.bb index 23ead72bd9..4600e544b0 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 " -- cgit 1.2.3-korg