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:36:27 +0000 |
commit | b2f8367dff8a2db49b9296bd27a2e94a3619884d (patch) | |
tree | 4a95853b17d9acecfa59d27b2b35122f47267f8a /meta/recipes-core | |
parent | 3873efd33c60010a096391b821ef9004755da1d5 (diff) | |
download | poky-b2f8367dff8a2db49b9296bd27a2e94a3619884d.tar.gz |
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
(From OE-Core rev: c33639963491f00f55b80299922895fe68b0637d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions