diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-18 19:10:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:35:24 +0000 |
commit | c33639963491f00f55b80299922895fe68b0637d (patch) | |
tree | 976341a8546e2c292a9b7c6cd1a351f481bd4205 /scripts | |
parent | c776fd463902594e77cf9a8199039714a078437c (diff) | |
download | openembedded-core-c33639963491f00f55b80299922895fe68b0637d.tar.gz openembedded-core-c33639963491f00f55b80299922895fe68b0637d.tar.bz2 openembedded-core-c33639963491f00f55b80299922895fe68b0637d.zip |
python3: fix for cross compiling
Fixed:
* python3 has introduced _PYTHON_PROJECT_BASE which is used for separate
B and S, but it doesn't work when compile Modules, the target python3 runs
python3-native's sysconfig to get srcdir which is the native's, there
would be errors when native's srcdir has been removed, add
_PYTHON_PROJECT_SRC to fix the problem.
* Check cross_compiling when get FLAGS
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions