summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk_2.4.0.bb
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-10-22 10:30:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-23 12:28:31 +0100
commitc25ed8278ab5e277a53904302997640564ad01d8 (patch)
tree59993bd4d9a24a5be6c57eff317e10577edef7fe /meta/recipes-support/atk/atk_2.4.0.bb
parentd59d4306fca664182e48c17e7bb79702f695dfcc (diff)
downloadpoky-c25ed8278ab5e277a53904302997640564ad01d8.tar.gz
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 <daniel@fooishbar.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk/atk_2.4.0.bb')
-rw-r--r--meta/recipes-support/atk/atk_2.4.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-support/atk/atk_2.4.0.bb b/meta/recipes-support/atk/atk_2.4.0.bb
deleted file mode 100644
index 4a2d853d97..0000000000
--- a/meta/recipes-support/atk/atk_2.4.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "An accessibility toolkit for GNOME."
2HOMEPAGE = "http://live.gnome.org/GAP/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4SECTION = "x11/libs"
5
6LICENSE = "GPLv2+ & LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
8 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
9 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7"
10PR = "r1"
11
12DEPENDS = "glib-2.0"
13
14inherit autotools gtk-doc pkgconfig
15
16SRC_URI = "http://download.gnome.org/sources/atk/2.4/${BPN}-${PV}.tar.xz"
17SRC_URI[md5sum] = "2184a140f71d50276669d6eda5cce5db"
18SRC_URI[sha256sum] = "091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d"
19
20BBCLASSEXTEND = "native"
21
22EXTRA_OECONF = "--disable-glibtest \
23 --disable-introspection"