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

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:30:25 UTC 2008


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

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4dc9e841adc6770da91963ff705d5101d2ff3417
ViewMTN: http://monotone.openembedded.org/revision/info/4dc9e841adc6770da91963ff705d5101d2ff3417
Files:
1
packages/sugar/sugar-base_0.82.0.bb
Diffs:

#
# mt diff -r91a0ad611226219a56b014a2e89ec3d70647d2eb -r4dc9e841adc6770da91963ff705d5101d2ff3417
#
#
#
# patch "packages/sugar/sugar-base_0.82.0.bb"
#  from [18bae3f6534ce076dda8edeaa6270e38efe955e8]
#    to [3b5a6f1d3b9cad0a2372567fd8a37cb3ff35a428]
#
============================================================
--- packages/sugar/sugar-base_0.82.0.bb	18bae3f6534ce076dda8edeaa6270e38efe955e8
+++ packages/sugar/sugar-base_0.82.0.bb	3b5a6f1d3b9cad0a2372567fd8a37cb3ff35a428
@@ -1,10 +1,11 @@ LICENSE = "LGPLv2"
 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