diff options
author | Radu Moisan <radu.moisan@intel.com> | 2012-07-31 15:52:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 15:37:16 +0100 |
commit | e1868a1f841b0b68f5b131a4d3dc8e2c6f69d809 (patch) | |
tree | 2bc4cef18e0b793c93cd38657145d09f1302e4d6 /meta/recipes-support | |
parent | 06ad59cca92f58d4eefa42b532a778f3b83c66a1 (diff) | |
download | poky-e1868a1f841b0b68f5b131a4d3dc8e2c6f69d809.tar.gz |
atk: package update 2.2 -> 2.4
(From OE-Core rev: 9202bc255eb6867b4b6dd1c0850c70a4d0f1fb76)
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/atk/atk_2.4.0.bb (renamed from meta/recipes-support/atk/atk_2.2.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/atk_2.4.0.bb index d8706ff74b..e2de5d6581 100644 --- a/meta/recipes-support/atk/atk_2.2.0.bb +++ b/meta/recipes-support/atk/atk_2.4.0.bb | |||
@@ -7,15 +7,15 @@ LICENSE = "GPLv2+ & LGPLv2+" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 7 | LIC_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" |
10 | PR = "r3" | 10 | PR = "r0" |
11 | 11 | ||
12 | DEPENDS = "glib-2.0" | 12 | DEPENDS = "glib-2.0" |
13 | 13 | ||
14 | inherit autotools gtk-doc pkgconfig | 14 | inherit autotools gtk-doc pkgconfig |
15 | 15 | ||
16 | SRC_URI = "http://download.gnome.org/sources/atk/2.2/${BPN}-${PV}.tar.bz2" | 16 | SRC_URI = "http://download.gnome.org/sources/atk/2.4/${BPN}-${PV}.tar.xz" |
17 | SRC_URI[md5sum] = "4894e9b04f0a9f1c37a624a1e8d6d73f" | 17 | SRC_URI[md5sum] = "2184a140f71d50276669d6eda5cce5db" |
18 | SRC_URI[sha256sum] = "d201e3f5808aef0b1aec2277bfa61074f68863e405428adb57a73aab5c838450" | 18 | SRC_URI[sha256sum] = "091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
21 | 21 | ||