summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-11 16:40:15 +0000
committerRoss Burton <ross@openedhand.com>2008-02-11 16:40:15 +0000
commit251ff09c88da73b6050f58895867b4416b643c45 (patch)
treed0a919d9ed26f36d31de8fb65305d51399e79c44 /scripts
parent0e8d90498a7327d1692c8260bf394413bd0f0dad (diff)
downloadpoky-251ff09c88da73b6050f58895867b4416b643c45.tar.gz
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index b3e5d40903..489956ebce 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -79,6 +79,8 @@ export LANG=C
79# Kill PYTHONPATH as otherwise the Python specified there will conflict with 79# Kill PYTHONPATH as otherwise the Python specified there will conflict with
80# python-native. 80# python-native.
81unset PYTHONPATH 81unset PYTHONPATH
82# Don't allow custom GConf schema paths to get into the system
83unset GCONF_SCHEMA_INSTALL_SOURCE
82 84
83echo 85echo
84echo "### Shell environment set up for Poky builds. ###" 86echo "### Shell environment set up for Poky builds. ###"