From: Andreas Müller Date: Sat, 22 Feb 2020 11:26:27 +0000 (+0100) Subject: webkitgtk: enable gobject-introspection for armv7a X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f4f69d1b238b2c22c30ef306358a055d3aa39cb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb index a1dba73c51b..a48a976f946 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"