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:55:29 +0100 |
commit | 70676e9bacc07bdb5b05c3a05da0d7f6178fcbe3 (patch) | |
tree | 0f1748fe0cf589f5552fbf849148643600604292 | |
parent | b50e7ecee773a3185907c57d21903798a01e621a (diff) | |
download | poky-70676e9bacc07bdb5b05c3a05da0d7f6178fcbe3.tar.gz |
at-spi2-core: upgrade to 2.10.0.
(From OE-Core rev: d88fa648ac264a593a8d09998302f4e151957437)
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>
-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" | |||
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] = "93b57d5d56d15d1222ddf2386e2f869f" | 8 | SRC_URI[md5sum] = "bb3b6f5679ecfc7dabcf76a1b6bfe2db" |
9 | SRC_URI[sha256sum] = "1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458" | 9 | SRC_URI[sha256sum] = "964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db" |
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" | 11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" |
12 | 12 | ||