atk: add 1.27.90
authorSteve Sakoman <steve@sakoman.com>
Wed, 19 Aug 2009 05:31:33 +0000 (22:31 -0700)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Aug 2009 09:54:59 +0000 (11:54 +0200)
conf/checksums.ini
recipes/atk/atk_1.27.90.bb [new file with mode: 0644]

index 3689cb0..15b8cfa 100644 (file)
@@ -2042,6 +2042,10 @@ sha256=1f3b2f2cbb5b0d8da0924970c66c3ecbfe13c4e4360b0af1db7545401a3747c9
 md5=719229408019c548855673840679f156
 sha256=f7993d26c3606a9b0e32d1eebe716f2294ac37fac014c47744e986fc0ff5e6d1
 
+[http://ftp.gnome.org/pub/GNOME/sources/atk/1.27/atk-1.27.90.tar.bz2]
+md5=8906c67d015cc90e2e70a341d0752a6f
+sha256=b7255a400139d8c41bc7e2ac630ba4c6479e60e4a08295d0338e9edfdc3db00f
+
 [ftp://ftp.gtk.org/pub/gtk/v2.4/atk-1.6.0.tar.bz2]
 md5=5e699af22a934ea3c1c1ed3742da0500
 sha256=a838937ee54c9e794df3b0995935c1e35cad4a360c83922380f9429195ea7059
diff --git a/recipes/atk/atk_1.27.90.bb b/recipes/atk/atk_1.27.90.bb
new file mode 100644 (file)
index 0000000..cbeebe4
--- /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-native"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-glibtest"
+
+do_stage () {
+       autotools_stage_all
+}
+
+