Don't allow custom GConf schema paths to get into the system

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3750 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-02-11 16:40:15 +00:00
parent 0e8d90498a
commit 251ff09c88

View File

@ -79,6 +79,8 @@ export LANG=C
# Kill PYTHONPATH as otherwise the Python specified there will conflict with # Kill PYTHONPATH as otherwise the Python specified there will conflict with
# python-native. # python-native.
unset PYTHONPATH unset PYTHONPATH
# Don't allow custom GConf schema paths to get into the system
unset GCONF_SCHEMA_INSTALL_SOURCE
echo echo
echo "### Shell environment set up for Poky builds. ###" echo "### Shell environment set up for Poky builds. ###"