aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-05-30 15:45:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-12 23:35:04 +0100
commit4a5ba5c2a193c9c0a6a8cc84bdfb166b7add42fa (patch)
tree018c80d3bd9789c62380b676b02d2c0d068753e2 /meta/recipes-sato
parentee627d7a833e0d85f691729c4d2f774516a8f425 (diff)
downloadopenembedded-core-contrib-4a5ba5c2a193c9c0a6a8cc84bdfb166b7add42fa.tar.gz
webkitgtk: disable gobject-introspection on mips64
Disable gobject-introspection on mips64 to avoid do_compile failure. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.12.3.bb4
1 files changed, 4 insertions, 0 deletions
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 "