]> code.ossystems Code Review - openembedded-core.git/commit
python: fix on-target use of distutils/setuptools by removing references to buildpaths
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 19 Mar 2013 09:09:38 +0000 (10:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Mar 2013 11:51:00 +0000 (11:51 +0000)
commit5704dfa690a625abcface432cf5f9c9bc3ee8abd
tree4773c8dff522277d55dc18a2c34d57dcea9dc6a2
parentba748709ff01f9a0ea9b1671d509c971a271ed2f
python: fix on-target use of distutils/setuptools by removing references to buildpaths

Running 'python setup.py build' would fail due to the python Makefile having

CC=             i586-angstrom-linux-gcc  -m32    -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/koen/v2012.12/build/tmp-angstrom_v2012_12-eglibc/sysroots/fri2
CXX=            i586-angstrom-linux-g++  -m32    -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/koen/v2012.12/build/tmp-angstrom_v2012_12-eglibc/sysroots/fri2
'--with-libtool-sysroot=/home/koen/v2012.12/build/tmp-angstrom_v2012_12-eglibc/sysroots/fri2'

And more

Multiple users have reported this problem:

http://hipstercircuits.com/?p=499
http://www.gigamegablog.com/2012/09/09/beaglebone-coding-101-spi-output/

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python_2.7.3.bb