diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-08-27 18:43:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-08-27 18:43:10 +0000 |
commit | cf695bd65d83f5ced4e586f72c09f7fd5ef13fdd (patch) | |
tree | c9507ed9be8ee83b46633f12158af0245af503e8 | |
parent | 069109406bb05952a9934908ed35163de0b1c4a8 (diff) | |
parent | 268b44bcde804d5b485c3f64837a5b0cf6ce226b (diff) |
merge of '3cb2978c67d7c62746b9e01b6002b3798f3418e1'
and '81a0838330d2a072edda6c27b5e8c63f40172553'
-rw-r--r-- | packages/sugar/sugar-base_0.82.0.bb | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/packages/sugar/sugar-base_0.82.0.bb b/packages/sugar/sugar-base_0.82.0.bb index 798a049a5a..758bd0a3b1 100644 --- a/packages/sugar/sugar-base_0.82.0.bb +++ b/packages/sugar/sugar-base_0.82.0.bb @@ -1,10 +1,20 @@ DESCRIPTION = "Sugar base system" LICENSE = "LGPLv2" -PR = "r3" +PR = "r4" DEPENDS = "python-pygtk sugar-toolkit" -RDEPENDS = "python-pygtk sugar-toolkit python-logging python-dbus python-subprocess telepathy-python python-crypt python-numpy " +RDEPENDS = "python-datetime \ + python-netclient \ + python-pygtk \ + sugar-toolkit \ + python-logging \ + python-dbus \ + python-subprocess \ + telepathy-python \ + python-crypt \ + python-numpy \ + python-compression" SRC_URI = "http://dev.laptop.org/pub/sugar/sources/sugar-base/${PN}-${PV}.tar.bz2" |