summaryrefslogtreecommitdiff
path: root/packages/python/python_2.5.2.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-23python 2.5.2 limit readline history to 1000Michael Lauer1
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther1
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-19python 2.5.2: add some patches from pymaemo, remove old-and-deprecated packageMichael 'Mickey' Lauer1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-11python 2.5 add python-bz2 and python-elementtree (from hrw), add symbol.py ↵Michael Lauer1
to python-lang
2008-09-03python 2.5.2 ship shlex in python-shellMichael Lauer1
2008-08-09python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += dbMichael Lauer1
2008-08-02python 2.5.2 RDEPENDS_python-logging += python-pickleMichael Lauer1
2008-07-21python-2.5-manifest.inc: update by generate-manifest-2.5.pyJohn Lee1
* bump python_2.5.2.bb PR
2008-07-16python 2.5.2 add parameter to run python in unoptimized bytecode modeMichael Lauer1
Thanks to the default-is-optimized patch, this python was running in optimized mode all the time, there was no way to run it unoptimized. However this is necessary at times (e.g. if you want to run code that contains 'assert' statements, since optimized bytecode strips these out), so I added a new command line parameter 'N' to python that allows you to run it unoptimized.
2008-05-21python 2.5.2 sed hardcoded ccache out of Makefile and substitute with ↵Michael Lauer1
$(CCACHE). Closes #4144
2008-05-01python 2.5.2 ship tarfile in python-compressionMichael Lauer1
2008-04-10python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i ↵Michael Lauer1
thinking?)
2008-03-06python 2.5.2 ship _sqlite3.so binary module in python-sqlite3 (thanks emdete ↵Michael Lauer1
for spotting)
2008-02-29python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 ↵Michael Lauer1
(_hashlib actually) fails
2008-02-27python 2.5.1 upgrade to 2.5.2Michael Lauer1