diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-04-09 15:16:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-11 23:05:58 +0100 |
commit | dae6fccacfc7dbf3b2e5e1e0cb6de69d01671458 (patch) | |
tree | 2ec36231c1fc697911678f65c089251f6ca132b6 /meta/recipes-support/atk | |
parent | 191fbdecfd1eecb95fb433f6854bb6862561987c (diff) | |
download | openembedded-core-dae6fccacfc7dbf3b2e5e1e0cb6de69d01671458.tar.gz openembedded-core-dae6fccacfc7dbf3b2e5e1e0cb6de69d01671458.tar.bz2 openembedded-core-dae6fccacfc7dbf3b2e5e1e0cb6de69d01671458.zip |
at-spi2-atk: Upgrade to 2.16.0
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.16.0.bb (renamed from meta/recipes-support/atk/at-spi2-atk_2.14.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.14.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb index 23913899ce..d8379c1011 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.14.1.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.16.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] = "5c6a085249a6d4e792ead86dca183504" -SRC_URI[sha256sum] = "058f34ea60edf0a5f831c9f2bdd280fe95c1bcafb76e466e44aa0fb356d17bcb" +SRC_URI[md5sum] = "8936488c8cdce0e158f80b2e247527f9" +SRC_URI[sha256sum] = "78efc45ec36383bf785f8636e64a8d866defeb020e00a08f92978f1fc3772ff9" DEPENDS = "dbus glib-2.0 atk at-spi2-core" |