[oe-commits] [openembedded-core] 07/47: webkitgtk: disable gobject-introspection on mips64

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 22:47:49 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 4a5ba5c2a193c9c0a6a8cc84bdfb166b7add42fa
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon May 30 15:45:07 2016 +0800

    webkitgtk: disable gobject-introspection on mips64
    
    Disable gobject-introspection on mips64 to avoid do_compile failure.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
index 2de698b..265fedb 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 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list