From: Ross Burton Date: Mon, 11 Feb 2008 16:40:15 +0000 (+0000) Subject: Don't allow custom GConf schema paths to get into the system X-Git-Tag: 2011-1~9684 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=251ff09c88da73b6050f58895867b4416b643c45;p=openembedded-core.git 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 --- 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 # Kill PYTHONPATH as otherwise the Python specified there will conflict with # python-native. unset PYTHONPATH +# Don't allow custom GConf schema paths to get into the system +unset GCONF_SCHEMA_INSTALL_SOURCE echo echo "### Shell environment set up for Poky builds. ###"