diff options
author | Ross Burton <ross.burton@intel.com> | 2013-10-07 17:49:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:54:32 +0100 |
commit | d88fa648ac264a593a8d09998302f4e151957437 (patch) | |
tree | 474855ec417ea4cfda515b8e6abacf40c0be7dfb /meta/recipes-support | |
parent | 3f2ee8853f4713cc8c068e81722d6c60ada53e1d (diff) | |
download | openembedded-core-d88fa648ac264a593a8d09998302f4e151957437.tar.gz openembedded-core-d88fa648ac264a593a8d09998302f4e151957437.tar.bz2 openembedded-core-d88fa648ac264a593a8d09998302f4e151957437.zip |
at-spi2-core: upgrade to 2.10.0.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.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-core_2.10.0.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.8.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.8.0.bb b/meta/recipes-support/atk/at-spi2-core_2.10.0.bb index 8403d6543e..a6ff734f48 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.8.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.10.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] = "93b57d5d56d15d1222ddf2386e2f869f" -SRC_URI[sha256sum] = "1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458" +SRC_URI[md5sum] = "bb3b6f5679ecfc7dabcf76a1b6bfe2db" +SRC_URI[sha256sum] = "964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db" DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" |