aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-05-30 15:45:07 +0800
committerChen Qi <Qi.Chen@windriver.com>2016-05-31 09:55:05 +0800
commitd5bc510861d346ef5eaf7d4a0373942fe4d84e95 (patch)
treec5981e780728f292de0b192dae81e5cf956822e0
parentbb4ead9b7b1400c37a72d148d9775bdf4210ec37 (diff)
downloadopenembedded-core-contrib-ChenQi/webkitgtk-mips64.tar.gz
webkitgtk: disable gobject-introspection on mips64ChenQi/webkitgtk-mips64
Disable gobject-introspection on mips64 to avoid do_compile failure. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.12.1.bb4
1 files changed, 4 insertions, 0 deletions
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 "