diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-08-22 21:52:57 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-27 22:32:55 +0200 |
commit | 0b363ba5f389b3744937658f40f1e796e5447db3 (patch) | |
tree | dd80fa05cbad06faa3ce66b166e493ef9ebc6be0 /package/gcc | |
parent | 5871b791995ebe295db7dca608afe3f293ce8953 (diff) | |
download | buildroot-0b363ba5f389b3744937658f40f1e796e5447db3.tar.gz buildroot-0b363ba5f389b3744937658f40f1e796e5447db3.zip |
python-setuptools: Add missing $(TARGET_DIR) to PYTHONPATH
The $(TARGET_DIR) variable is required when building
python-setuptools for the target otherwise the build system detects
the host installation which leads to permission error problems
like these:
Setuptools installation detected at /usr/lib64/python2.7/site-packages
Renaming /usr/lib64/python2.7/site-packages/setuptools-0.9.8-py2.7.egg-info to
/usr/lib64/python2.7/site-packages/setuptools-0.9.8-py2.7.egg-info.OLD.1377005697.88
OSError: [Errno 13] Permission denied
Moreover, remove the PYTHONPATH variable for host variant since it's
not needed.
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions