summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-08-24 09:18:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-24 13:48:10 +0100
commite837d74df656cd56c194b60724d0e58deb936e81 (patch)
tree02e6a2fd6bc26b5a2c3a2a5e134a4e4114bce0eb /meta/recipes-sato
parentb261fca0dcacf6f8bdef1f8c5ff8ad1e0f6cd182 (diff)
downloadpoky-e837d74df656cd56c194b60724d0e58deb936e81.tar.gz
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>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.16.6.bb5
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 df355d29ba..0f126cba81 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"
112ARM_INSTRUCTION_SET_armv7a = "thumb" 112ARM_INSTRUCTION_SET_armv7a = "thumb"
113ARM_INSTRUCTION_SET_armv7r = "thumb" 113ARM_INSTRUCTION_SET_armv7r = "thumb"
114ARM_INSTRUCTION_SET_armv7ve = "thumb" 114ARM_INSTRUCTION_SET_armv7ve = "thumb"
115
116# qemu: uncaught target signal 11 (Segmentation fault) - core dumped
117# Segmentation fault
118GI_DATA_ENABLED_armv7a = "False"
119GI_DATA_ENABLED_armv7ve = "False"