From: Koen Kooi Date: Wed, 27 Aug 2008 18:56:23 +0000 (+0000) Subject: sugar-base: it now gets to the first run wizard with these extra depends X-Git-Tag: Release-2010-05/1~6221^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4341c89b83cd34ccac7f3f29ee84690432504602;p=openembedded.git sugar-base: it now gets to the first run wizard with these extra depends --- 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"