[OE-core] [PATCH] webkitgtk: Disable GI data for musl/arm

Khem Raj raj.khem at gmail.com
Tue Feb 25 15:28:57 UTC 2020


qemu-arm hangs forever when running gobject introspection

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Cc: Andreas Müller <schnitzeltony at gmail.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.26.4.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
index 7b3d16d8cb..e8fb8b1c64 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
@@ -123,5 +123,10 @@ ARM_INSTRUCTION_SET_armv7a = "thumb"
 ARM_INSTRUCTION_SET_armv7r = "thumb"
 ARM_INSTRUCTION_SET_armv7ve = "thumb"
 
+# introspection inside qemu-arm hangs forever on musl/arm builds
+# therefore disable GI_DATA
+GI_DATA_ENABLED_libc-musl_armv7a = "False"
+GI_DATA_ENABLED_libc-musl_armv7ve = "False"
+
 # Can't be built with ccache
 CCACHE_DISABLE = "1"
-- 
2.25.1



More information about the Openembedded-core mailing list