diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2014-04-18 09:40:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-23 11:43:28 +0100 |
commit | 626458bb0482773a5a5ab568498e3fc41b74b5f6 (patch) | |
tree | 4451abb9dcd2f71aa998049200164af601bc2da5 /meta | |
parent | 8752cb10ae1f9d245706bfc0dcb55dbf71ae138a (diff) | |
download | poky-626458bb0482773a5a5ab568498e3fc41b74b5f6.tar.gz |
at-spi2-core: upgrade to 2.12.0
(From OE-Core rev: c27b4b47b1d69965ce3da7560f57c972cbf8085d)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.12.0.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.10.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.10.2.bb b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb index 1cfbc9f511..bdda15ad8a 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.10.2.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.12.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] = "d4a198201f6189fb248f3edd19efe39c" | 8 | SRC_URI[md5sum] = "b12ad0e0924706f5e7f51216241068ef" |
9 | SRC_URI[sha256sum] = "d3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1" | 9 | SRC_URI[sha256sum] = "db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaedad3fb89" |
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 | ||