diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-04 18:00:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:03:56 +0000 |
commit | 8d93c2ae4d0678b130d43262946188b963686a3a (patch) | |
tree | f86c2cc4c9fb0d1b1e1adc3b15d5e0863416cdf7 /meta/recipes-gnome/gobject-introspection | |
parent | fe73bfc9ab1c13c972e75bbe467f27f193773ada (diff) | |
download | poky-8d93c2ae4d0678b130d43262946188b963686a3a.tar.gz |
gobject-introspection: update to 1.54.1
(From OE-Core rev: a4ed9c687f882caa6abbd2005eca35849add0336)
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/gobject-introspection')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.54.1.bb (renamed from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.52.1.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.52.1.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.54.1.bb index 3fe71a3896..156dac7ca7 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.52.1.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.54.1.bb | |||
@@ -8,15 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \ | |||
8 | file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \ | 8 | file://giscanner/sourcescanner.c;endline=22;md5=194d6e0c1d00662f32d030ce44de8d39 \ |
9 | file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27" | 9 | file://girepository/giregisteredtypeinfo.c;endline=21;md5=661847611ae6979465415f31a759ba27" |
10 | 10 | ||
11 | SRC_URI = "${GNOME_MIRROR}/${BPN}/1.52/${BPN}-${PV}.tar.xz \ | 11 | SRC_URI = "${GNOME_MIRROR}/${BPN}/1.54/${BPN}-${PV}.tar.xz \ |
12 | file://0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch \ | 12 | file://0001-Revert-an-incomplete-upstream-attempt-at-cross-compi.patch \ |
13 | file://0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch \ | 13 | file://0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch \ |
14 | file://0003-giscanner-add-use-binary-wrapper-option.patch \ | 14 | file://0003-giscanner-add-use-binary-wrapper-option.patch \ |
15 | file://0004-giscanner-add-a-use-ldd-wrapper-option.patch \ | 15 | file://0004-giscanner-add-a-use-ldd-wrapper-option.patch \ |
16 | file://0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch \ | 16 | file://0005-Prefix-pkg-config-paths-with-PKG_CONFIG_SYSROOT_DIR-.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "34157073991f9eeb0ed953351b65eb61" | 18 | SRC_URI[md5sum] = "126c29e4d54adbed2ed4e2b04483de41" |
19 | SRC_URI[sha256sum] = "2ed0c38d52fe1aa6fc4def0c868fe481cb87b532fc694756b26d6cfab29faff4" | 19 | SRC_URI[sha256sum] = "b88ded5e5f064ab58a93aadecd6d58db2ec9d970648534c63807d4f9a7bb877e" |
20 | 20 | ||
21 | inherit autotools pkgconfig gtk-doc python3native qemu gobject-introspection-data upstream-version-is-even | 21 | inherit autotools pkgconfig gtk-doc python3native qemu gobject-introspection-data upstream-version-is-even |
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
@@ -132,6 +132,7 @@ FILES_${PN}_append = " ${libdir}/girepository-*/*.typelib" | |||
132 | # .gir files go to dev package, as they're needed for developing (but not for running) | 132 | # .gir files go to dev package, as they're needed for developing (but not for running) |
133 | # things that depends on introspection. | 133 | # things that depends on introspection. |
134 | FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir" | 134 | FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir" |
135 | FILES_${PN}-dev_append = " ${datadir}/gir-*/*.rnc" | ||
135 | 136 | ||
136 | # These are used by gobject-based packages | 137 | # These are used by gobject-based packages |
137 | # to generate transient introspection binaries | 138 | # to generate transient introspection binaries |