diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-05-31 14:23:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-03 23:46:06 +0100 |
commit | b8f5dd3e34cab6489cc5df9340f26748be7e3e53 (patch) | |
tree | ac94f9830c423ce952d471a20cc2c44e6b6549a2 /meta/recipes-support | |
parent | 3b358048bd28c22331d30071afa253aa7f57a443 (diff) | |
download | poky-b8f5dd3e34cab6489cc5df9340f26748be7e3e53.tar.gz |
at-spi2-atk: Upgrade 2.24.0 -> 2.24.1
Tiny bug fix upgrade.
(From OE-Core rev: 2704c84098bb8b23dc79c4369947048a1a67c655)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.24.1.bb (renamed from meta/recipes-support/atk/at-spi2-atk_2.24.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.24.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.24.1.bb index 98a1c9cc69..ac550810aa 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.24.0.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.24.1.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" | |||
5 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 5 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
6 | 6 | ||
7 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | 7 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" |
8 | SRC_URI[md5sum] = "984f27528b0e3ec1f153a901cd4fe497" | 8 | SRC_URI[md5sum] = "79388fbc4dc7f27394556dd389aeb594" |
9 | SRC_URI[sha256sum] = "022d68497c05cc65ba7cd2b166132de9a160c8d90e9200b5faa473ef7e784c61" | 9 | SRC_URI[sha256sum] = "60dc90ac4f74b8ffe96a9363c25208a443b381bacecfefea6de549f20ed6957d" |
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core" | 11 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core" |
12 | 12 | ||