webkitgtk: Disable GI data for musl/arm

qemu-arm hangs forever when running gobject introspection

(From OE-Core rev: 7a9d9a4b5fb80a4b22b711c50ddcbd526c0955fb)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-02-25 07:28:57 -08:00
committed by Richard Purdie
parent 71e4aa4580
commit 1033abb95f

View File

@@ -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"