From 58ae5663834b8f0fcd1f502631dcb7f4d54043d1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Nov 2010 16:26:40 +0100 Subject: angstrom-layers: add atk 1.30.0 to meta-openembedded * this really needs to merge with the poky version Signed-off-by: Koen Kooi --- recipes-support/atk/atk.inc | 11 +++++++++++ recipes-support/atk/atk_1.30.0.bb | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 recipes-support/atk/atk.inc create mode 100644 recipes-support/atk/atk_1.30.0.bb 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 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "glib-2.0 gtk-doc-native" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-glibtest" + 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 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +PR = "r1" + +inherit gnome + +SRC_URI[archive.md5sum] = "548d413775819fef425410739041cac3" +SRC_URI[archive.sha256sum] = "92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c" + +DEPENDS = "glib-2.0 gtk-doc-native" + +EXTRA_OECONF += "--disable-glibtest" + +BBCLASSEXTEND = "native" + -- cgit v1.2.3-54-g00ecf