summaryrefslogtreecommitdiff
path: root/scripts/relocate_sdk.py
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-03-11 14:10:27 +0800
committerRoss Burton <ross.burton@intel.com>2013-04-23 10:38:44 +0100
commit15454b99e3cbeaf2e411f1e374b512a19a72995a (patch)
tree1a82c5534c066eb88bffa5344f22407e525dc331 /scripts/relocate_sdk.py
parent55c6f1318fe62f7cec37776853cf8bef82a55f89 (diff)
downloadopenembedded-core-15454b99e3cbeaf2e411f1e374b512a19a72995a.tar.gz
openembedded-core-15454b99e3cbeaf2e411f1e374b512a19a72995a.tar.bz2
openembedded-core-15454b99e3cbeaf2e411f1e374b512a19a72995a.zip
toolchain-scripts.bbclass:add PYTHONHOME variable to environment-setup
When relocating the SDK, applications using python will search for python modules in the default location and will fail to start. The below errors are thrown by gdb, for example: Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] ImportError: No module named site In order to overcome this, add the PYTHONHOME variable to the environment-setup script for both standalone toolchain and adt-installer. No need to do that for meta-ide-support environment script since this toolchain does not get relocated. Cherry-pick commit db0a02492c2a53c1917b753bcf21c4ee7c0ecf59 [YOCTO #3839] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Diffstat (limited to 'scripts/relocate_sdk.py')
0 files changed, 0 insertions, 0 deletions