diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-04-05 23:54:21 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-25 00:02:27 +0100 |
commit | 4993f50744882ee384cb8fb106ad209f0d887b3f (patch) | |
tree | 4f280a3e71634e8970e7f7ba488b479a2aadc270 /meta/recipes-extended/ed | |
parent | 7bd803c9535afe5933d41f92da5208ae773e2abb (diff) | |
download | openembedded-core-4993f50744882ee384cb8fb106ad209f0d887b3f.tar.gz openembedded-core-4993f50744882ee384cb8fb106ad209f0d887b3f.tar.bz2 openembedded-core-4993f50744882ee384cb8fb106ad209f0d887b3f.tar.xz openembedded-core-4993f50744882ee384cb8fb106ad209f0d887b3f.zip |
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>
Diffstat (limited to 'meta/recipes-extended/ed')
0 files changed, 0 insertions, 0 deletions