summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk_2.10.0.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:36:22 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 15:32:53 +0200
commitf4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch)
tree487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-support/atk/atk_2.10.0.bb
downloadpoky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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..538d6147b2
--- /dev/null
+++ b/meta/recipes-support/atk/atk_2.10.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "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"