liboobs: add 2.22.0
authorSteve Sakoman <steve@sakoman.com>
Wed, 19 Aug 2009 14:58:33 +0000 (07:58 -0700)
committerKoen Kooi <koen@openembedded.org>
Thu, 20 Aug 2009 08:55:55 +0000 (10:55 +0200)
conf/checksums.ini
recipes/gnome/liboobs_2.22.0.bb [new file with mode: 0644]

index 63e0a26..70a6dd7 100644 (file)
@@ -14446,6 +14446,10 @@ sha256=07128710a699b453dcd7b92e33f2aa8dcbbfe0a657d33040803cdaf0997e442c
 md5=757371e21e4f3653ce4d12d3ba0be1e0
 sha256=9a0864cd442c43e5b69072dc0617b56252bc933fce26f6bfd6d47909287a353a
 
+[http://ftp.gnome.org/pub/GNOME/sources/liboobs/2.22/liboobs-2.22.0.tar.bz2]
+md5=1b090ecd6c0df58b131795ff9a5c9057
+sha256=b35760855d7d1def532e9e808cecde29b75cec455b238590072abf4a8206536e
+
 [http://download.ofb.net/liboop/liboop-1.0.tar.bz2]
 md5=88fc8decf99fd75d2af40e0a005fa0d3
 sha256=4a973d28466fde0b689099192f9bcd081b129d90b3c5a9815e5ade73052cf8d2
diff --git a/recipes/gnome/liboobs_2.22.0.bb b/recipes/gnome/liboobs_2.22.0.bb
new file mode 100644 (file)
index 0000000..61c9aa1
--- /dev/null
@@ -0,0 +1,8 @@
+LICENSE = "LGPL"
+DEPENDS = "glib-2.0 dbus system-tools-backends"
+
+inherit gnome lib_package
+
+do_stage() {
+       autotools_stage_all
+}