]> code.ossystems Code Review - openembedded-core.git/commit
python3: several fixes for cross compiling
authorJackie Huang <jackie.huang@windriver.com>
Tue, 18 Nov 2014 08:35:33 +0000 (03:35 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Nov 2014 12:58:16 +0000 (12:58 +0000)
commitd3d00163671bda5395c9046c1109f711772e4ed9
tree22430da5b700e92ae6bb33f6a6ae386320781bf9
parent23303ff8f6fba72be5c295981631bb357a583924
python3: several fixes for cross compiling

* Add a patch to use CROSSPYTHONPATH as PYTHONPATH for
  PYTHON_FOR_BUILD, otherwise CROSSPYTHONPATH is never used,
  and it use the path in target builds to find libraries.

* Add a patch to avoid finding host headers and libs

* Fix a typo: s/python-native3/python3-native/

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3/python3-setup.py-no-host-headers-libs.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.3.3.bb