sugar-base: it now gets to the first run wizard with these extra depends
authorKoen Kooi <koen@openembedded.org>
Wed, 27 Aug 2008 18:56:23 +0000 (18:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 27 Aug 2008 18:56:23 +0000 (18:56 +0000)
packages/sugar/sugar-base_0.82.0.bb

index 758bd0a..d737938 100644 (file)
@@ -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"