summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-02-22 12:26:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-22 23:51:46 +0000
commit0f4f69d1b238b2c22c30ef306358a055d3aa39cb (patch)
tree3f835028220667cb11015f66ba6f2b62c5fd2d07
parent3f93173130a94310255389cfc62c67102a4fb21b (diff)
downloadopenembedded-core-contrib-0f4f69d1b238b2c22c30ef306358a055d3aa39cb.tar.gz
webkitgtk: enable gobject-introspection for armv7a
Tested with cortex-a9 machine * before this patch -> no gir * after: gir was built without issues Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.26.4.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
index a1dba73c51..a48a976f94 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
@@ -124,9 +124,5 @@ 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"
-
# Can't be built with ccache
CCACHE_DISABLE = "1"