summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3: fix for cross compilingRobert Yang2015-01-231-0/+50
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>
OpenPOWER on IntegriCloud