From 9202bc255eb6867b4b6dd1c0850c70a4d0f1fb76 Mon Sep 17 00:00:00 2001 From: Radu Moisan Date: Tue, 31 Jul 2012 15:52:47 +0300 Subject: atk: package update 2.2 -> 2.4 Signed-off-by: Radu Moisan Signed-off-by: Richard Purdie --- meta/recipes-support/atk/atk_2.2.0.bb | 23 ----------------------- meta/recipes-support/atk/atk_2.4.0.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-support/atk/atk_2.2.0.bb create mode 100644 meta/recipes-support/atk/atk_2.4.0.bb (limited to 'meta/recipes-support/atk') diff --git a/meta/recipes-support/atk/atk_2.2.0.bb b/meta/recipes-support/atk/atk_2.2.0.bb deleted file mode 100644 index d8706ff74b..0000000000 --- a/meta/recipes-support/atk/atk_2.2.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "An accessibility toolkit for GNOME." -HOMEPAGE = "http://live.gnome.org/GAP/" -BUGTRACKER = "https://bugzilla.gnome.org/" -SECTION = "x11/libs" - -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" - -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" - -BBCLASSEXTEND = "native" - -EXTRA_OECONF = "--disable-glibtest \ - --disable-introspection" diff --git a/meta/recipes-support/atk/atk_2.4.0.bb b/meta/recipes-support/atk/atk_2.4.0.bb new file mode 100644 index 0000000000..e2de5d6581 --- /dev/null +++ b/meta/recipes-support/atk/atk_2.4.0.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +HOMEPAGE = "http://live.gnome.org/GAP/" +BUGTRACKER = "https://bugzilla.gnome.org/" +SECTION = "x11/libs" + +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 = "r0" + +DEPENDS = "glib-2.0" + +inherit autotools gtk-doc pkgconfig + +SRC_URI = "http://download.gnome.org/sources/atk/2.4/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "2184a140f71d50276669d6eda5cce5db" +SRC_URI[sha256sum] = "091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d" + +BBCLASSEXTEND = "native" + +EXTRA_OECONF = "--disable-glibtest \ + --disable-introspection" -- cgit 1.2.3-korg