| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
| 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_PR | Holger Hans Peter Freyther | 1 | |
| 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-11 | python 2.5 add python-bz2 and python-elementtree (from hrw), add symbol.py ↵ | Michael Lauer | 1 | |
| to python-lang | ||||
| 2008-09-03 | python 2.5.2 ship shlex in python-shell | Michael Lauer | 1 | |
| 2008-08-09 | python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += db | Michael Lauer | 1 | |
| 2008-08-02 | python 2.5.2 RDEPENDS_python-logging += python-pickle | Michael Lauer | 1 | |
| 2008-07-21 | python-2.5-manifest.inc: update by generate-manifest-2.5.py | John Lee | 1 | |
| * bump python_2.5.2.bb PR | ||||
| 2008-07-16 | python 2.5.2 add parameter to run python in unoptimized bytecode mode | Michael Lauer | 1 | |
| 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-21 | python 2.5.2 sed hardcoded ccache out of Makefile and substitute with ↵ | Michael Lauer | 1 | |
| $(CCACHE). Closes #4144 | ||||
| 2008-05-01 | python 2.5.2 ship tarfile in python-compression | Michael Lauer | 1 | |
| 2008-04-10 | python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i ↵ | Michael Lauer | 1 | |
| thinking?) | ||||
| 2008-03-06 | python 2.5.2 ship _sqlite3.so binary module in python-sqlite3 (thanks emdete ↵ | Michael Lauer | 1 | |
| for spotting) | ||||
| 2008-02-29 | python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 ↵ | Michael Lauer | 1 | |
| (_hashlib actually) fails | ||||
| 2008-02-27 | python 2.5.1 upgrade to 2.5.2 | Michael Lauer | 1 | |
