Age | Commit message (Collapse) | Author | Files |
|
|
|
Instead of using "echo -e" we simply use printf. printf doesn't add a newline
by default. So some places needed an extra \n in their string.
Most of the change was done by hand, so please carefully review. This bug was
spotted when trying to compile python-pyqt on my ubuntu hardy system.
|
|
the assistantclient
|
|
|
|
and 'acf2917a94a9bba36e944b0ad3ee532e3fc10eaf'
|
|
christmas bugsquashing: should hopefully close #2468 for good...
|
|
|
|
(again, it _really_ needs it at build time as well). closes #3450
|
|
in OE
|
|
|
|
|
|
* 4.7.1 had become unfetchable
* verified successful compilation in Sonkei
|
|
|
|
|
|
|
|
|
|
|
|
* add python-lang to python-codecs RDEPENDS
* add python-crypt to python-netclient RDEPENDS
* bump PR to ml5 (catch up with python-core)
|
|
|
|
|
|
* add metapackage
* switch to cython
* catch up with cvs changes
* add python-epsilon
|
|
pyrex
|
|
thanks emdete!
|
|
|
|
|
|
|
|
#2790
|
|
|
|
|
|
|
|
|
|
* fix/simplify generate-manifest-2.5.py
* add missing dependencies for python-logging (Closes: #3272)
* add struct.py to python-core (Closes: #3296)
* add missing files to python-crypt (Closes: #3303)
|
|
|
|
|
|
|
|
${PYTHON_DIR}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/usr/bin -> ${bindir}
/usr/lib -> ${libdir}
/usr/include -> ${includedir}
|
|
and 'addd0ba8bdfe80ab62ce0514efcacdb160637bf6'
|
|
* these unexpected prints to stdout can confuse the SCons build system
|
|
|
|
|
|
|
|
|