diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-support/atk | |
parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/atk')
-rw-r--r-- | meta/recipes-support/atk/atk.inc | 14 | ||||
-rw-r--r-- | meta/recipes-support/atk/atk_1.30.0.bb | 10 |
2 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk.inc b/meta/recipes-support/atk/atk.inc new file mode 100644 index 0000000000..899d360e1a --- /dev/null +++ b/meta/recipes-support/atk/atk.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
2 | HOMEPAGE = "http://live.gnome.org/GAP/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2 & LGPLv2+" | ||
6 | |||
7 | SECTION = "x11/libs" | ||
8 | PRIORITY = "optional" | ||
9 | |||
10 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | EXTRA_OECONF = "--disable-glibtest" | ||
diff --git a/meta/recipes-support/atk/atk_1.30.0.bb b/meta/recipes-support/atk/atk_1.30.0.bb new file mode 100644 index 0000000000..e85ef9040c --- /dev/null +++ b/meta/recipes-support/atk/atk_1.30.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require atk.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
4 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | ||
5 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" | ||
6 | |||
7 | SRC_URI = "http://download.gnome.org/sources/atk/1.30/${PN}-${PV}.tar.bz2" | ||
8 | |||
9 | |||
10 | |||