diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-11-05 14:28:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:01:44 +0000 |
commit | c6a14343bf58329c69a2c4c9cb780647ae5e9ded (patch) | |
tree | e19f445e8423758d184059459b2a56f9f218e596 /meta/recipes-support | |
parent | ba8016f0e01178030aa9075fc3a48245f630d49a (diff) | |
download | openembedded-core-c6a14343bf58329c69a2c4c9cb780647ae5e9ded.tar.gz openembedded-core-c6a14343bf58329c69a2c4c9cb780647ae5e9ded.tar.bz2 openembedded-core-c6a14343bf58329c69a2c4c9cb780647ae5e9ded.zip |
at-spi2-atk: Upgrade 2.16.0 -> 2.18.1
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.18.1.bb (renamed from meta/recipes-support/atk/at-spi2-atk_2.16.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.18.1.bb index 7d95fdbd83..f2e543f795 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.18.1.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] = "8936488c8cdce0e158f80b2e247527f9" -SRC_URI[sha256sum] = "78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3772ff9" +SRC_URI[md5sum] = "d7040a55df975865ab0d74a4b325afb5" +SRC_URI[sha256sum] = "c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d" DEPENDS = "dbus glib-2.0 atk at-spi2-core" |