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 export PATH LD_LIBRARY_PATH OEROOT # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really export LANG=C +# Kill PYTHONPATH as otherwise the Python specified there will conflict with +# python-native. +unset PYTHONPATH echo echo "### Shell environment set up for Poky builds. ###" |