diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-27 15:59:49 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-27 15:59:49 +0000 |
commit | 5f279acef1655e07bac92c4ea0aad6bfe39c7365 (patch) | |
tree | bcf80175637e680a070527c5d2133321e952b534 /meta | |
parent | 7404e0aad4b9a07aca1bcfc480aa9594b95e9545 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into odin.(none):/home/kergoth/code/packages
2004/05/27 15:51:04+02:00 uni-frankfurt.de!mickeyl
fix opie-packagemanager packaging
2004/05/27 15:10:47+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/27 15:08:36+02:00 hrw.one.pl!hrw
openzaurus-sa: Allow to define memory/disk split size in local.conf
2004/05/27 15:01:10+02:00 uni-frankfurt.de!mickeyl
add python-quicklauncher to task-python-everything
2004/05/27 14:59:24+02:00 uni-frankfurt.de!mickeyl
add python-quicklauncher, a quick launcher for pyqt applications
2004/05/27 14:28:33+02:00 uni-frankfurt.de!mickeyl
add opie-tonleiter, musicians program
2004/05/27 14:22:51+02:00 uni-frankfurt.de!mickeyl
upgrade python to Version 2.3.4
Disable the autohell patch since it doesn't apply and I don't have enough 31337 haxor skills
to check whether it is still necessary and if so how to upgrade it.
2004/05/27 14:19:52+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/27 14:17:25+02:00 mn-logistik.de!schurig
test if bk push works again
2004/05/27 14:05:42+02:00 uni-frankfurt.de!mickeyl
really disable the hardcoded (ugh) CONFIG_PCMCIA_PROBE this time
2004/05/27 12:34:52+02:00 uni-frankfurt.de!mickeyl
fix lockstat SkipPackage error, it's defined in oe.parse
BKrev: 40b6107519yzo-6hB5Hw7ZLE4uSQ3w
Diffstat (limited to 'meta')
-rw-r--r-- | meta/task-python-everything_0.9.0.oe | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/meta/task-python-everything_0.9.0.oe b/meta/task-python-everything_0.9.0.oe index e69de29bb2..e54addc46f 100644 --- a/meta/task-python-everything_0.9.0.oe +++ b/meta/task-python-everything_0.9.0.oe @@ -0,0 +1,44 @@ +DESCRIPTION= "All of Python" +MAINTAINER = "Michael Lauer <mickey@Vanille.de" +DEPENDS = " python-ao \ + python-constraint \ + python-crypto \ + python-curl \ + python-fnorb \ + python-fpconst \ + python-gmpy \ + python-gnosis \ + python-hmm \ + python-irclib \ + python-logilab \ + python-mad \ + python-native \ + python-numeric \ + python-numarray \ + python-ogg \ + python-pexpect \ + python-pychecker \ + python-pycodes \ + python-pygame \ + python-pygoogle \ + python-pygtk \ + python-pylint \ + python-pyqt \ + python-pyqwt \ + python-pyreverse \ + python-pyserial \ + python-pyxml \ + python-pyxmlrpc \ + python-quicklauncher \ + python-sgmlop \ + python-snmplib \ + python-soappy \ + python-sqlite \ + python-tlslite \ + python-vmaps \ + python-vorbis " +RDEPENDS=${DEPENDS} + +#fixme add python-pycap once libdnet is in again +#fixme add python-pyx once kpathwhich-native is there +#fixme add packages dynamically |