diff options
| -rwxr-xr-x | scripts/poky-env-internal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index b5052e7115..b1e5546bba 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
| @@ -70,6 +70,9 @@ unset LD_LIBRARY_PATH | |||
| 70 | export PATH LD_LIBRARY_PATH OEROOT | 70 | export PATH LD_LIBRARY_PATH OEROOT |
| 71 | # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really | 71 | # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really |
| 72 | export LANG=C | 72 | export LANG=C |
| 73 | # Kill PYTHONPATH as otherwise the Python specified there will conflict with | ||
| 74 | # python-native. | ||
| 75 | unset PYTHONPATH | ||
| 73 | 76 | ||
| 74 | echo | 77 | echo |
| 75 | echo "### Shell environment set up for Poky builds. ###" | 78 | echo "### Shell environment set up for Poky builds. ###" |
