diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-01 16:26:40 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-01 20:07:14 +0100 |
| commit | 58ae5663834b8f0fcd1f502631dcb7f4d54043d1 (patch) | |
| tree | 5455353b22f3cb3cf1867f813ddff442da95a337 | |
| parent | a955d07e4d2e78591c5353ca24251755a0fe435c (diff) | |
| download | meta-openembedded-58ae5663834b8f0fcd1f502631dcb7f4d54043d1.tar.gz | |
angstrom-layers: add atk 1.30.0 to meta-openembedded
* this really needs to merge with the poky version
Signed-off-by: Koen Kooi <k-kooi@ti.com>
| -rw-r--r-- | recipes-support/atk/atk.inc | 11 | ||||
| -rw-r--r-- | recipes-support/atk/atk_1.30.0.bb | 18 |
2 files changed, 29 insertions, 0 deletions
diff --git a/recipes-support/atk/atk.inc b/recipes-support/atk/atk.inc new file mode 100644 index 0000000000..a508012cfb --- /dev/null +++ b/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/recipes-support/atk/atk_1.30.0.bb b/recipes-support/atk/atk_1.30.0.bb new file mode 100644 index 0000000000..b3505bf0bc --- /dev/null +++ b/recipes-support/atk/atk_1.30.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "LGPL" | ||
| 5 | |||
| 6 | PR = "r1" | ||
| 7 | |||
| 8 | inherit gnome | ||
| 9 | |||
| 10 | SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3" | ||
| 11 | SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c" | ||
| 12 | |||
| 13 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
| 14 | |||
| 15 | EXTRA_OECONF += "--disable-glibtest" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
| 18 | |||
