diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-07-01 10:43:47 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-07-01 10:43:47 +0200 |
commit | d9348bc345dc5874a96c235d1c603c2c7693b311 (patch) | |
tree | 1fc6c35086bd468a2fe5e676480393f3603ae493 /recipes/sugar | |
parent | cf5d5cfa6b997f37ca6aac471be2a1b867f8a8df (diff) |
sugar-datastore: updated recipe for version 0.84.0
Diffstat (limited to 'recipes/sugar')
-rw-r--r-- | recipes/sugar/sugar-datastore_0.84.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 0000000000..dde2748974 --- /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" + |