From c25ed8278ab5e277a53904302997640564ad01d8 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 22 Oct 2012 10:30:29 +0100 Subject: atk: Update to 2.6.0 Newer Clutter releases want 2.5.3+, so upgrade to the stable 2.6.0. (From OE-Core rev: 01ecc9fbf59712d0f8e8a9b212171efc9d28ac57) Signed-off-by: Daniel Stone Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/atk/atk_2.6.0.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-support/atk/atk_2.6.0.bb (limited to 'meta/recipes-support/atk/atk_2.6.0.bb') diff --git a/meta/recipes-support/atk/atk_2.6.0.bb b/meta/recipes-support/atk/atk_2.6.0.bb new file mode 100644 index 0000000000..be797c7dcf --- /dev/null +++ b/meta/recipes-support/atk/atk_2.6.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.6/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "6b34e2a63dda4429b5692be7ca3aa5bf" +SRC_URI[sha256sum] = "eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f" + +BBCLASSEXTEND = "native" + +EXTRA_OECONF = "--disable-glibtest \ + --disable-introspection" -- cgit v1.2.3-54-g00ecf