diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-11-18 17:03:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:30 +0000 |
commit | e0d0a4e213c32f5b143ac53da5e4be3cdf777b70 (patch) | |
tree | 80b508d1bccf47c71a636a76747be1022c898a64 /meta/recipes-support/atk | |
parent | f1cdef5656195566dfb2ff015fbc60b72299310a (diff) | |
download | poky-e0d0a4e213c32f5b143ac53da5e4be3cdf777b70.tar.gz |
at-spi2-core: upgrade to 2.10.2
(From OE-Core rev: 29702920adebefd2cf1ea1fde0b0f5b44b14ee40)
Signed-off-by: Cristiana Voicu <cristiana.voicu@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/atk')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.10.2.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.10.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.10.0.bb b/meta/recipes-support/atk/at-spi2-core_2.10.2.bb index a6ff734f48..1cfbc9f511 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.10.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.10.2.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] = "bb3b6f5679ecfc7dabcf76a1b6bfe2db" | 8 | SRC_URI[md5sum] = "d4a198201f6189fb248f3edd19efe39c" |
9 | SRC_URI[sha256sum] = "964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db" | 9 | SRC_URI[sha256sum] = "d3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1" |
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 | ||