diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
| commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
| tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-support/atk | |
| parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
| download | meta-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.inc | 11 | ||||
| -rw-r--r-- | meta-oe/recipes-support/atk/atk_1.30.0.bb | 20 |
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 @@ | |||
| 1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "LGPL" | ||
| 5 | |||
| 6 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
| 7 | |||
| 8 | inherit autotools pkgconfig | ||
| 9 | |||
| 10 | EXTRA_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 @@ | |||
| 1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "LGPLv2 & LGPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
| 6 | file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ | ||
| 7 | file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7 | ||
| 8 | PR = "r1" | ||
| 9 | |||
| 10 | inherit gnome | ||
| 11 | |||
| 12 | SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3" | ||
| 13 | SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c" | ||
| 14 | |||
| 15 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
| 16 | |||
| 17 | EXTRA_OECONF += "--disable-glibtest" | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
| 20 | |||
