aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sugar
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-27 18:56:23 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-27 18:56:23 +0000
commit4341c89b83cd34ccac7f3f29ee84690432504602 (patch)
tree0fde688e88fe5d18664e38797227f2974389b861 /packages/sugar
parent0d1d1187a8683de4b818edf9193cb524c265d097 (diff)
downloadopenembedded-4341c89b83cd34ccac7f3f29ee84690432504602.tar.gz
sugar-base: it now gets to the first run wizard with these extra depends
Diffstat (limited to 'packages/sugar')
-rw-r--r--packages/sugar/sugar-base_0.82.0.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/packages/sugar/sugar-base_0.82.0.bb b/packages/sugar/sugar-base_0.82.0.bb
index 758bd0a3b1..d7379381b4 100644
--- a/packages/sugar/sugar-base_0.82.0.bb
+++ b/packages/sugar/sugar-base_0.82.0.bb
@@ -1,10 +1,11 @@
DESCRIPTION = "Sugar base system"
LICENSE = "LGPLv2"
-PR = "r4"
+PR = "r5"
DEPENDS = "python-pygtk sugar-toolkit"
-RDEPENDS = "python-datetime \
+RDEPENDS = "hippo-canvas \
+ python-datetime \
python-netclient \
python-pygtk \
sugar-toolkit \
@@ -14,7 +15,12 @@ RDEPENDS = "python-datetime \
telepathy-python \
python-crypt \
python-numpy \
- python-compression"
+ python-compression \
+ python-gst \
+ python-simplejson \
+ python-misc \
+ python-xmlrpc \
+ "
SRC_URI = "http://dev.laptop.org/pub/sugar/sources/sugar-base/${PN}-${PV}.tar.bz2"