summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal3
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
70export PATH LD_LIBRARY_PATH OEROOT 70export 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
72export LANG=C 72export LANG=C
73# Kill PYTHONPATH as otherwise the Python specified there will conflict with
74# python-native.
75unset PYTHONPATH
73 76
74echo 77echo
75echo "### Shell environment set up for Poky builds. ###" 78echo "### Shell environment set up for Poky builds. ###"