summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk_2.8.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-05-30 14:52:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-30 21:10:22 +0100
commit29049da22197bd05b88619b9e8caea7bbdd2ee46 (patch)
tree705833b42b0c9579d1c1f6e1971bd9f47839ce9d /meta/recipes-support/atk/atk_2.8.0.bb
parentea886ed79d7f10d2f8392398e65138f5da04a892 (diff)
downloadpoky-29049da22197bd05b88619b9e8caea7bbdd2ee46.tar.gz
atk: upgrade to 2.8
Upgrade to the latest upstream, and future-proof the SRC_URI using trim_version(). (From OE-Core rev: 72c6fb8ac57b1f4a5c6dd3a65c3150f1e2f0ffd1) 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.8.0.bb')
-rw-r--r--meta/recipes-support/atk/atk_2.8.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk_2.8.0.bb b/meta/recipes-support/atk/atk_2.8.0.bb
new file mode 100644
index 0000000000..a190c0a41d
--- /dev/null
+++ b/meta/recipes-support/atk/atk_2.8.0.bb
@@ -0,0 +1,24 @@
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"
10
11DEPENDS = "glib-2.0"
12
13inherit autotools gtk-doc pkgconfig
14
15MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
16
17SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
18SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02"
19SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
20
21BBCLASSEXTEND = "native"
22
23EXTRA_OECONF = "--disable-glibtest \
24 --disable-introspection"