diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-10-20 14:22:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-31 14:23:15 +0000 |
commit | d0861aeda098b5a4220ce91472eba5c2be7a9fb9 (patch) | |
tree | 9c2d486cd72e900015aa707fe0163a70c1cb544f /meta/recipes-support | |
parent | 18dc26fedf7bfe1276709c54a970abf77413b4ff (diff) | |
download | openembedded-core-d0861aeda098b5a4220ce91472eba5c2be7a9fb9.tar.gz openembedded-core-d0861aeda098b5a4220ce91472eba5c2be7a9fb9.tar.bz2 openembedded-core-d0861aeda098b5a4220ce91472eba5c2be7a9fb9.zip |
at-spi2-atk: Upgrade 2.20.1 -> 2.22.0
Six-monthly release, mostly bug fixes.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.22.0.bb (renamed from meta/recipes-support/atk/at-spi2-atk_2.20.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.20.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.22.0.bb index d4120b6040..80ba64279b 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.20.1.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.22.0.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "23309b6f8e1623871ace6347fb734dce" -SRC_URI[sha256sum] = "2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e" +SRC_URI[md5sum] = "aa62aed21b8e03dc44ab81ae49d893ca" +SRC_URI[sha256sum] = "e8bdedbeb873eb229eb08c88e11d07713ec25ae175251648ad1a9da6c21113c1" DEPENDS = "dbus glib-2.0 atk at-spi2-core" |