]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add new ATK to poky-bleeding
authorRoss Burton <ross@openedhand.com>
Fri, 31 Aug 2007 16:09:40 +0000 (16:09 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 31 Aug 2007 16:09:40 +0000 (16:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2622 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky-bleeding.conf
meta/packages/atk/atk_1.19.6.bb [new file with mode: 0644]

index 4ed12a0642273e5640737c1545c64c103a48a45a..7a0e98293278a598072e10ccd662aa8d36f0b935 100644 (file)
@@ -1,3 +1,4 @@
+PREFERRED_VERSION_atk ?= "1.19.6"
 PREFERRED_VERSION_gtk+ ?= "2.11.6"
 
 PREFERRED_VERSION_gtk-engines ?= "2.11.7"
diff --git a/meta/packages/atk/atk_1.19.6.bb b/meta/packages/atk/atk_1.19.6.bb
new file mode 100644 (file)
index 0000000..4df9a59
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "An accessibility toolkit for GNOME."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "glib-2.0 gtk-doc"
+
+SRC_URI = "http://download.gnome.org/sources/atk/1.19/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-glibtest"
+
+do_stage () {
+       autotools_stage_all
+}