summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-23 14:52:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-28 15:55:49 +0100
commitabd5b24ff7f94875d69fca664e9d9ff8ac35c0ad (patch)
treee45f0be2ce5c8d027bbcb11face72a74afd445e4 /meta/recipes-gnome
parentf81065f5b2313fc4d967c0144b90838f33e6ff60 (diff)
downloadpoky-abd5b24ff7f94875d69fca664e9d9ff8ac35c0ad.tar.gz
bitbake.conf: rename 'gobject-introspection-data' machine feature to 'qemu-usermode'
The new value is more general and better reflects what having the feature really means. Introspection data, then, is built only if 'gobject-introspection-data' is in DISTRO_FEATURES and 'qemu-usermode' is in MACHINE_FEATURES. (From OE-Core rev: 9927a3d72e2272d8e3dc4785ba02e27802ee1c6c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
index b8b88234e7..9b16147da3 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
@@ -16,7 +16,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/1.46/${BPN}-${PV}.tar.xz \
16SRC_URI[md5sum] = "adb40a31c7c80b65b0f4c8fd71b493dc" 16SRC_URI[md5sum] = "adb40a31c7c80b65b0f4c8fd71b493dc"
17SRC_URI[sha256sum] = "6658bd3c2b8813eb3e2511ee153238d09ace9d309e4574af27443d87423e4233" 17SRC_URI[sha256sum] = "6658bd3c2b8813eb3e2511ee153238d09ace9d309e4574af27443d87423e4233"
18 18
19inherit autotools pkgconfig gtk-doc pythonnative qemu 19inherit autotools pkgconfig gtk-doc pythonnative qemu gobject-introspection-data
20BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "native"
21 21
22# necessary to let the call for python-config from configure.ac succeed 22# necessary to let the call for python-config from configure.ac succeed
@@ -105,7 +105,7 @@ EOF
105EXTRA_OECONF_class-target += "--enable-host-gi \ 105EXTRA_OECONF_class-target += "--enable-host-gi \
106 --enable-gi-cross-wrapper=${B}/g-ir-scanner-qemuwrapper \ 106 --enable-gi-cross-wrapper=${B}/g-ir-scanner-qemuwrapper \
107 --enable-gi-ldd-wrapper=${B}/g-ir-scanner-lddwrapper \ 107 --enable-gi-ldd-wrapper=${B}/g-ir-scanner-lddwrapper \
108 ${@bb.utils.contains('COMBINED_FEATURES', 'gobject-introspection-data', '--enable-introspection-data', '--disable-introspection-data', d)} \ 108 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection-data', '--disable-introspection-data', d)} \
109 " 109 "
110 110
111 111