diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-06-28 18:37:07 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-06-28 18:37:07 +0000 |
commit | 3b028424ec8cbda88fa189ddc7452dc5264789e9 (patch) | |
tree | c9f41e92a4fb0e8fe1e0d585516b2a80b6b28e18 /packages/python | |
parent | 2040c98cc6acccbfdda8cfe7f24dd37a55447a3b (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/28 20:35:58+02:00 uni-frankfurt.de!mickeyl
opie-taskbar: adjust qpe.conf also for collie
2005/06/28 20:35:18+02:00 uni-frankfurt.de!mickeyl
opie-taskbar/qpe.conf: Bye bye QPF, hello TTF
2005/06/28 20:29:36+02:00 uni-frankfurt.de!mickeyl
add opie-ttf-support metapackage containing a fontdir. to do it the 'right way', we need a script that updates qtfontdir for TTF
2005/06/27 22:44:57+02:00 uni-frankfurt.de!mickeyl
upgrade python-pyxml to 0.8.4
2005/06/27 22:42:13+02:00 uni-frankfurt.de!mickeyl
add _strptime to python-datetime and adjust dependencies
BKrev: 42c198d3zJDZy5ODvnE9MJVZNePSsA
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-2.4.1-manifest.inc | 8 | ||||
-rw-r--r-- | packages/python/python-pyxml_0.8.3.bb | 13 | ||||
-rw-r--r-- | packages/python/python-pyxml_0.8.4.bb | 0 | ||||
-rw-r--r-- | packages/python/python_2.4.1.bb | 2 |
4 files changed, 5 insertions, 18 deletions
diff --git a/packages/python/python-2.4.1-manifest.inc b/packages/python/python-2.4.1-manifest.inc index 77aea0052b..df5bd07dca 100644 --- a/packages/python/python-2.4.1-manifest.inc +++ b/packages/python/python-2.4.1-manifest.inc @@ -1,5 +1,5 @@ ######################################################################################################################## -### AUTO-GENERATED by '/usr/users4/abvs/mickey/work/sdk/buildroot-oz/packages/python/generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Fri Jun 3 11:49:16 2005 +### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Mon Jun 27 22:39:53 2005 ### ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy ### @@ -36,9 +36,9 @@ RDEPENDS_python-pickle="python-core python-codecs python-re" FILES_python-pickle="${libdir}/python2.4/pickle.* ${libdir}/python2.4/shelve.* ${libdir}/python2.4/lib-dynload/cPickle.so " DESCRIPTION_python-datetime="Python Calendar and Time support" -PR_python-datetime="ml3" -RDEPENDS_python-datetime="python-core" -FILES_python-datetime="${libdir}/python2.4/calendar.* ${libdir}/python2.4/lib-dynload/datetime.so " +PR_python-datetime="ml4" +RDEPENDS_python-datetime="python-core python-locale" +FILES_python-datetime="${libdir}/python2.4/_strptime.* ${libdir}/python2.4/calendar.* ${libdir}/python2.4/lib-dynload/datetime.so " DESCRIPTION_python-core="Python Interpreter and core modules (needed!)" PR_python-core="ml3" diff --git a/packages/python/python-pyxml_0.8.3.bb b/packages/python/python-pyxml_0.8.3.bb deleted file mode 100644 index d393226790..0000000000 --- a/packages/python/python-pyxml_0.8.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "A sophisticated XML Processing Package for Python" -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "PSF" -RDEPENDS = "python-core python-xml python-netclient" -SRCNAME = "pyxml" - -SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz" -S = "${WORKDIR}/PyXML-${PV}" - -inherit distutils - diff --git a/packages/python/python-pyxml_0.8.4.bb b/packages/python/python-pyxml_0.8.4.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/python/python-pyxml_0.8.4.bb diff --git a/packages/python/python_2.4.1.bb b/packages/python/python_2.4.1.bb index 0777df8631..89b0d64e2f 100644 --- a/packages/python/python_2.4.1.bb +++ b/packages/python/python_2.4.1.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" PROVIDES = "python python-core" DEPENDS = "python-native zlib gdbm openssl" -PR = "ml3" +PR = "ml4" PYTHON_MAJMIN = "2.4" |