mortsgna-libc-musl.inc: disable gobject-introspection for musl

My opinion: This should go to oe-core/goblcect-introspection-data.bbclass
instead of ajusting recipes all over - but...

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-03-31 22:18:50 +02:00
parent b67d620c97
commit 95189c7710

View File

@@ -7,3 +7,7 @@ DISTRO_FEATURES += "${@['', ' nls'][d.getVar('ENABLE_BINARY_LOCALE_GENERATION')
USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
USE_NLS_gcc-cross = "no"
# musl does not like gobject-introspection - right?
# see oe-core / goblcect-introspection-data.bbclass
GI_DATA_ENABLED_libc-musl = "False"