[oe-commits] : sugar-base: it now gets to the first run wizard with these extra depends

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Aug 28 13:36:01 UTC 2008


Module: OE.dev
Branch: master
Commit: 30d81a404023c45156894dfe75fa86b056f8edd7
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=30d81a404023c45156894dfe75fa86b056f8edd7

Author:  <koen at openembedded.org>
Date:   Wed Aug 27 18:56:23 2008 +0000

sugar-base: it now gets to the first run wizard with these extra depends

---

 packages/sugar/sugar-base_0.82.0.bb |   12 +++++++++---
 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 758bd0a..d737938 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"
 





More information about the Openembedded-commits mailing list