diff options
Diffstat (limited to 'meta/classes/gobject-introspection-data.bbclass')
-rw-r--r-- | meta/classes/gobject-introspection-data.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/gobject-introspection-data.bbclass b/meta/classes/gobject-introspection-data.bbclass index b1bdd268e6..2ef684626a 100644 --- a/meta/classes/gobject-introspection-data.bbclass +++ b/meta/classes/gobject-introspection-data.bbclass | |||
@@ -3,7 +3,5 @@ | |||
3 | # | 3 | # |
4 | # It should be used in recipes to determine whether introspection data should be built, | 4 | # It should be used in recipes to determine whether introspection data should be built, |
5 | # so that qemu use can be avoided when necessary. | 5 | # so that qemu use can be avoided when necessary. |
6 | GI_DATA_ENABLED = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', \ | 6 | GI_DATA_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', \ |
7 | bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}" | 7 | bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}" |
8 | |||
9 | |||