From patchwork Tue Jul 31 08:58:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: atk: package update 2.2 -> 2.5 Date: Tue, 31 Jul 2012 08:58:31 -0000 From: Radu Moisan X-Patchwork-Id: 33411 Message-Id: <1343725111-30135-1-git-send-email-radu.moisan@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Radu Moisan --- .../atk/{atk_2.2.0.bb => atk_2.5.4.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/atk/{atk_2.2.0.bb => atk_2.5.4.bb} (72%) diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/atk_2.5.4.bb similarity index 72% rename from meta/recipes-support/atk/atk_2.2.0.bb rename to meta/recipes-support/atk/atk_2.5.4.bb index d8706ff..f89daa5 100644 --- a/meta/recipes-support/atk/atk_2.2.0.bb +++ b/meta/recipes-support/atk/atk_2.5.4.bb @@ -7,15 +7,15 @@ LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" -PR = "r3" +PR = "r0" DEPENDS = "glib-2.0" inherit autotools gtk-doc pkgconfig -SRC_URI = "http://download.gnome.org/sources/atk/2.2/${BPN}-${PV}.tar.bz2" -SRC_URI[md5sum] = "4894e9b04f0a9f1c37a624a1e8d6d73f" -SRC_URI[sha256sum] = "d201e3f5808aef0b1aec2277bfa61074f68863e405428adb57a73aab5c838450" +SRC_URI = "http://download.gnome.org/sources/atk/2.5/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "bbe469d6897f69507b092efda19372e5" +SRC_URI[sha256sum] = "af6d6d8ec4543f338bf2476974de69891b7419913dd1cf4a94d53696bcc14aab" BBCLASSEXTEND = "native"