[OE-core] [PATCH] webkitgtk: disable gobject-introspection on armv7a

jackie.huang at windriver.com jackie.huang at windriver.com
Mon Sep 12 05:13:52 UTC 2016


From: Jackie Huang <jackie.huang at windriver.com>

Disable gobject-introspection on armv7a to avoid
do_compile failure.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.12.5.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb
index 941d0e2..680ee84 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.12.5.bb
@@ -106,3 +106,7 @@ ARM_INSTRUCTION_SET_armv7ve = "thumb"
 # 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 -DENABLE_GTKDOC=OFF"
+
+# qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+# Segmentation fault
+EXTRA_OECMAKE_append_armv7a = " -DENABLE_INTROSPECTION=OFF"
-- 
2.8.1




More information about the Openembedded-core mailing list