]> code.ossystems Code Review - openembedded-core.git/commit
python: Add patch for 64bit platform
authorAndrei Gherzan <andrei@gherzan.ro>
Thu, 5 Apr 2012 20:54:21 +0000 (23:54 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 09:43:38 +0000 (10:43 +0100)
commit22ae3959f40845ebcc00413ccf733539472a1a81
treeedfd922e1669e5cc26f73358d665bc340b273aad
parent663b4be025283a30adb823760ce9d9a056106bcf
python: Add patch for 64bit platform

This patch was added for 64bit host machines. In the compile process python
is checking if platform is a 64bit platform using sys.maxint which is the host's
value. The patch fixes this issue so that python would check if TARGET machine
is 64bit not the HOST machine. In this way will have "dl" and "imageop" modules
built if HOST machine is 64bit but the target machine is 32bit.

[YOCTO #1937]

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.7.2.bb