]> code.ossystems Code Review - openembedded-core.git/commitdiff
Unset PYTHONPATH otherwise Python really breaks
authorRoss Burton <ross@openedhand.com>
Sat, 2 Jun 2007 17:05:42 +0000 (17:05 +0000)
committerRoss Burton <ross@openedhand.com>
Sat, 2 Jun 2007 17:05:42 +0000 (17:05 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1848 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-env-internal

index b5052e711526646e7b3fb54a1be969a7bb919050..b1e5546bba1b2f639bac7445f13d565b6c5b3985 100755 (executable)
@@ -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. ###"