aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-06-02 17:05:42 +0000
committerRoss Burton <ross@openedhand.com>2007-06-02 17:05:42 +0000
commit98b1165d9a70d26983250c3bf1d841afab9e9fd0 (patch)
treecf4c4ddc877c67048988078ade31d2fcf34c8399 /scripts
parent030f86e0a45c99e2bfa4ecdf7d17e5c90715e252 (diff)
downloadopenembedded-core-contrib-98b1165d9a70d26983250c3bf1d841afab9e9fd0.tar.gz
Unset PYTHONPATH otherwise Python really breaks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1848 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-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
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. ###"