]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix CROSSPYTHONPATH for cross builds
authorAwais Belal <awais_belal@mentor.com>
Tue, 14 Jun 2016 11:26:08 +0000 (16:26 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Jun 2016 16:36:36 +0000 (17:36 +0100)
commit20c637ef40f2de9c2848ac1fb25240dea84cdb7b
tree84ed7870c3d20c9ac11f63ff851b792fe858c84c
parent85630aa894278e7818c867179dc19ca2fbd994fc
python3: fix CROSSPYTHONPATH for cross builds

There are cases where target and host are of the same
type and at such instances the target modules may be
loaded if CROSSPYTHONPATH is not correct. This adds
host library paths so that target modules are not
loaded while cross compiling to avoid illegal instruction
issues.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3_3.5.1.bb