]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkitgtk: enable gobject-introspection for armv7a
authorAndreas Müller <schnitzeltony@gmail.com>
Sat, 22 Feb 2020 11:26:27 +0000 (12:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 Feb 2020 23:51:46 +0000 (23:51 +0000)
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>
meta/recipes-sato/webkit/webkitgtk_2.26.4.bb

index a1dba73c51bb47da63dabb93b76c8ac0b52248a4..a48a976f9469b1a7f8f7741476c7ad6bac88271d 100644 (file)
@@ -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"