diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-06-22 14:52:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:22:41 +0100 |
commit | e889651eda13a01c33508cb09ad12a0d20cf9505 (patch) | |
tree | fff58ab30923c1d800a33367c09f1e25dd6bd316 /meta | |
parent | 169fbdbeee9d021953d5c656ae75f9de09b501aa (diff) | |
download | poky-e889651eda13a01c33508cb09ad12a0d20cf9505.tar.gz |
at-spi2-atk: Upgrade 2.18.1 -> 2.20.1
(From OE-Core rev: cc4cc96215007c69109064998521a87ceab0d771)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.20.1.bb (renamed from meta/recipes-support/atk/at-spi2-atk_2.18.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.18.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.20.1.bb index b8a93f3dcb..d4120b6040 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.18.1.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.20.1.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] = "d7040a55df975865ab0d74a4b325afb5" | 8 | SRC_URI[md5sum] = "23309b6f8e1623871ace6347fb734dce" |
9 | SRC_URI[sha256sum] = "c4b15f9386d34d464ddad5f6cc85669742c016df87141ceee93513245979c12d" | 9 | SRC_URI[sha256sum] = "2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e" |
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" | 11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" |
12 | 12 | ||