[oe-commits] [openembedded-core] 06/10: webkitgtk: disable gobject-introspection on armv7a

git at git.openembedded.org git at git.openembedded.org
Thu Aug 24 08:40:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit bdddd81c8b4eab6bbf7a8697992b48cb5a30ae4a
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Thu Aug 24 09:18:38 2017 +0800

    webkitgtk: disable gobject-introspection on armv7a
    
    Disable gobject-introspection on armv7a and armv7ve
    to avoid do_compile failure:
    
    | qemu: uncaught target signal 11 (Segmentation fault) - core dumped
    | Segmentation fault
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/webkit/webkitgtk_2.16.6.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
index df355d2..0f126cb 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb
@@ -112,3 +112,8 @@ ARM_INSTRUCTION_SET_armv6 = "arm"
 ARM_INSTRUCTION_SET_armv7a = "thumb"
 ARM_INSTRUCTION_SET_armv7r = "thumb"
 ARM_INSTRUCTION_SET_armv7ve = "thumb"
+
+# qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+# Segmentation fault
+GI_DATA_ENABLED_armv7a = "False"
+GI_DATA_ENABLED_armv7ve = "False"

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


More information about the Openembedded-commits mailing list