summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/atk
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
commitc58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch)
tree3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-support/atk
parenteec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff)
downloadmeta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz
move layer into meta-oe in preparation for future splits
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/atk')
-rw-r--r--meta-oe/recipes-support/atk/atk.inc11
-rw-r--r--meta-oe/recipes-support/atk/atk_1.30.0.bb20
2 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/atk/atk.inc b/meta-oe/recipes-support/atk/atk.inc
new file mode 100644
index 0000000000..a508012cfb
--- /dev/null
+++ b/meta-oe/recipes-support/atk/atk.inc
@@ -0,0 +1,11 @@
1DESCRIPTION = "An accessibility toolkit for GNOME."
2SECTION = "x11/libs"
3PRIORITY = "optional"
4LICENSE = "LGPL"
5
6DEPENDS = "glib-2.0 gtk-doc-native"
7
8inherit autotools pkgconfig
9
10EXTRA_OECONF = "--disable-glibtest"
11
diff --git a/meta-oe/recipes-support/atk/atk_1.30.0.bb b/meta-oe/recipes-support/atk/atk_1.30.0.bb
new file mode 100644
index 0000000000..cc8f573810
--- /dev/null
+++ b/meta-oe/recipes-support/atk/atk_1.30.0.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "An accessibility toolkit for GNOME."
2SECTION = "x11/libs"
3PRIORITY = "optional"
4LICENSE = "LGPLv2 & LGPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
6 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
7 file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7
8PR = "r1"
9
10inherit gnome
11
12SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3"
13SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c"
14
15DEPENDS = "glib-2.0 gtk-doc-native"
16
17EXTRA_OECONF += "--disable-glibtest"
18
19BBCLASSEXTEND = "native"
20