summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-01-30 11:59:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-31 23:23:27 +0000
commitb235fb6a4d263c7b5aa25911912b9c6dc9be0955 (patch)
treea30e42379ab32c8def82dc1d136e29b3ccfe6f97 /meta/recipes-support
parent874402ca12c48f06292c945cfc14ef36e87a9244 (diff)
downloadpoky-b235fb6a4d263c7b5aa25911912b9c6dc9be0955.tar.gz
atk: disable gobject-introspection for nativesdk
We do not support g-i for nativesdk, neverthless atk tries and fails. (From OE-Core rev: 023d2b25f19489af0ee527876789e3bce5674712) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/atk/atk_2.30.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk_2.30.0.bb b/meta/recipes-support/atk/atk_2.30.0.bb
index 481f8e89a1..4e2dacbc4d 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"
20GI_ENABLE_FLAG = "-Dintrospection=true" 20GI_ENABLE_FLAG = "-Dintrospection=true"
21GI_DISABLE_FLAG = "-Dintrospection=false" 21GI_DISABLE_FLAG = "-Dintrospection=false"
22 22
23EXTRA_OEMESON_append_class-nativesdk = " ${GI_DISABLE_FLAG}"
24
23EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \ 25EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \
24 '${GI_DISABLE_FLAG}', d)} " 26 '${GI_DISABLE_FLAG}', d)} "
25 27