summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-05-30 14:52:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-30 21:10:22 +0100
commit29049da22197bd05b88619b9e8caea7bbdd2ee46 (patch)
tree705833b42b0c9579d1c1f6e1971bd9f47839ce9d /meta
parentea886ed79d7f10d2f8392398e65138f5da04a892 (diff)
downloadpoky-29049da22197bd05b88619b9e8caea7bbdd2ee46.tar.gz
atk: upgrade to 2.8
Upgrade to the latest upstream, and future-proof the SRC_URI using trim_version(). (From OE-Core rev: 72c6fb8ac57b1f4a5c6dd3a65c3150f1e2f0ffd1) 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/atk_2.8.0.bb (renamed from meta/recipes-support/atk/atk_2.6.0.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-support/atk/atk_2.6.0.bb b/meta/recipes-support/atk/atk_2.8.0.bb
index be797c7dcf..a190c0a41d 100644
--- a/meta/recipes-support/atk/atk_2.6.0.bb
+++ b/meta/recipes-support/atk/atk_2.8.0.bb
@@ -7,15 +7,16 @@ LICENSE = "GPLv2+ & LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
8 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ 8 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
9 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" 9 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7"
10PR = "r0"
11 10
12DEPENDS = "glib-2.0" 11DEPENDS = "glib-2.0"
13 12
14inherit autotools gtk-doc pkgconfig 13inherit autotools gtk-doc pkgconfig
15 14
16SRC_URI = "http://download.gnome.org/sources/atk/2.6/${BPN}-${PV}.tar.xz" 15MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
17SRC_URI[md5sum] = "6b34e2a63dda4429b5692be7ca3aa5bf" 16
18SRC_URI[sha256sum] = "eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f" 17SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
18SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02"
19SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
19 20
20BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"
21 22