Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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-08 | python-native: attempt to fix python-native build (it's more of a ↵ | Koen Kooi | 1 | |
python-cross builds now) | ||||
2008-10-02 | python-native: sync with poky | Koen Kooi | 1 | |
2008-07-12 | python-native 2.5.1 add distutils patch to catch up with newer SWIG versions | Michael Lauer | 1 | |
This fixes the infamous: TypeError: swig_sources() takes exactly 2 arguments (3 given) | ||||
2007-10-29 | Remove final references to BUILD_SYS in staging paths | Richard Purdie | 1 | |
2007-10-29 | packages: Improve BUILD_SYS references to staging | Richard Purdie | 1 | |
2007-09-29 | python-native: drop NOTEs from cross-distutils.patch | Philipp Zabel | 1 | |
* these unexpected prints to stdout can confuse the SCons build system | ||||
2007-08-15 | python[-native] 2.5.1: add patch to compile everything in optimized bytecode. | Michael Lauer | 1 | |
This also reduces the packaging size / flash consumption | ||||
2007-08-15 | major python upgrade: add python[-native] 2.5.1, rename python-2.4 package | Michael Lauer | 1 | |