diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-01 14:30:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-01 19:59:08 +0200 |
commit | cdbace1b312b22b669d45295d4d10ec4ece319b4 (patch) | |
tree | 7080c0131b30c0161ff40e535f6f5e6369d463ad /recipes | |
parent | b53b38b3629952fd8bcec416f7c94cf1d76d528e (diff) |
libooks: add 2.30.0 and convert to new style staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/liboobs_2.30.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gnome/liboobs_2.30.0.bb b/recipes/gnome/liboobs_2.30.0.bb new file mode 100644 index 0000000000..51fb1beff9 --- /dev/null +++ b/recipes/gnome/liboobs_2.30.0.bb @@ -0,0 +1,9 @@ +LICENSE = "LGPL" +DEPENDS = "glib-2.0 dbus system-tools-backends" + +inherit gnome lib_package + +SRC_URI[archive.md5sum] = "69ee6d329cd919c69aae3dae7302b796" +SRC_URI[archive.sha256sum] = "b0c18e038a6c1eba15c68a8e9fabfc21144c9240c17f3bd19042bae1ea04a5ce" + + |