summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk_2.10.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-10-07 17:49:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:28 +0100
commitb50e7ecee773a3185907c57d21903798a01e621a (patch)
tree33d931e1bdd8cc618320f9f3064ea3800e7657ba /meta/recipes-support/atk/atk_2.10.0.bb
parent7241b288b7a5772f6364bb7a5a9bdeeb7cebb5bc (diff)
downloadpoky-b50e7ecee773a3185907c57d21903798a01e621a.tar.gz
atk: upgrade to 2.10.0.
(From OE-Core rev: 3f2ee8853f4713cc8c068e81722d6c60ada53e1d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk/atk_2.10.0.bb')
-rw-r--r--meta/recipes-support/atk/atk_2.10.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk_2.10.0.bb b/meta/recipes-support/atk/atk_2.10.0.bb
new file mode 100644
index 0000000000..2e8216a154
--- /dev/null
+++ b/meta/recipes-support/atk/atk_2.10.0.bb
@@ -0,0 +1,23 @@
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 gnomebase gtk-doc
14
15GNOME_COMPRESS_TYPE = "xz"
16
17SRC_URI[archive.md5sum] = "e77833d4445ebe6842e9f9a0667b0be7"
18SRC_URI[archive.sha256sum] = "636917a5036bc851d8491194645d284798ec118919a828be5e713b6ecc5b50b0"
19
20BBCLASSEXTEND = "native"
21
22EXTRA_OECONF = "--disable-glibtest \
23 --disable-introspection"