[oe-commits] Elena Grandi : sugar-datastore: updated recipe for version 0.84.0

git version control git at git.openembedded.org
Wed Jul 1 08:55:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d9348bc345dc5874a96c235d1c603c2c7693b311
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d9348bc345dc5874a96c235d1c603c2c7693b311

Author: Elena Grandi <elena.valhalla at gmail.com>
Date:   Wed Jul  1 10:43:47 2009 +0200

sugar-datastore: updated recipe for version 0.84.0

---

 conf/checksums.ini                      |    4 ++++
 recipes/sugar/sugar-datastore_0.84.0.bb |   21 +++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 1147e6c..f7142cc 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -22634,6 +22634,10 @@ sha256=e67eab2d058a3410d8fe82a2161d0c268b6445648c5901a8bd2c26690c45addd
 md5=7a6bbb387c1f7cd3ddd6663869df3b88
 sha256=3fc7ed937865773089d146f0fce72ee556f0655c612ae840a08dbd1a13d92d39
 
+[http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/sugar-datastore-0.84.0.tar.bz2]
+md5=e57580e9fd44ecc2cb7a947dd8854817
+sha256=6049dddd3863110b95ec7c7b53c15f6ef8c7b627e3a04f0e9053978685a699db
+
 [http://dev.laptop.org/pub/sugar/sources/sugar-presence-service/sugar-presence-service-0.82.1.tar.bz2]
 md5=361bf10937908a638442b562ebb26d0b
 sha256=6aceb2140c44ada61c9deba9215a12b9a1025fabecc07907edfdcf0ba8ca341b
diff --git a/recipes/sugar/sugar-datastore_0.84.0.bb b/recipes/sugar/sugar-datastore_0.84.0.bb
new file mode 100644
index 0000000..dde2748
--- /dev/null
+++ b/recipes/sugar/sugar-datastore_0.84.0.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Sugar datastore"
+LICENSE = "GPLv2"
+
+PR = "r0"
+
+DEPENDS = "sugar-toolkit python-xappy "
+RDEPENDS = "sugar-toolkit sugar-base python-xappy python-cjson"
+
+SRC_URI = "http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/${PN}-${PV}.tar.bz2"
+
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+        autotools_stage_all
+}
+
+
+FILES_${PN} += "${datadir}/dbus-1"
+





More information about the Openembedded-commits mailing list