From: Alexander Kanavin Date: Wed, 30 Jan 2019 10:59:34 +0000 (+0100) Subject: atk: disable gobject-introspection for nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023d2b25f19489af0ee527876789e3bce5674712;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git atk: disable gobject-introspection for nativesdk We do not support g-i for nativesdk, neverthless atk tries and fails. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/atk/atk_2.30.0.bb b/meta/recipes-support/atk/atk_2.30.0.bb index 481f8e89a13..4e2dacbc4d8 100644 --- a/meta/recipes-support/atk/atk_2.30.0.bb +++ b/meta/recipes-support/atk/atk_2.30.0.bb @@ -20,6 +20,8 @@ GTKDOC_DISABLE_FLAG = "-Ddocs=false" GI_ENABLE_FLAG = "-Dintrospection=true" GI_DISABLE_FLAG = "-Dintrospection=false" +EXTRA_OEMESON_append_class-nativesdk = " ${GI_DISABLE_FLAG}" + EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \ '${GI_DISABLE_FLAG}', d)} "