[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7386/8267] webkitgtk: disable gobject-introspection on armv7a



commit e837d74df656cd56c194b60724d0e58deb936e81
Author: Jackie Huang <jackie huang windriver com>
Date:   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
    
    (From OE-Core rev: bdddd81c8b4eab6bbf7a8697992b48cb5a30ae4a)
    
    Signed-off-by: Jackie Huang <jackie huang windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-sato/webkit/webkitgtk_2.16.6.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]