diff options
-rwxr-xr-x | scripts/poky-env-internal | 2 |
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. |
81 | unset PYTHONPATH | 81 | unset PYTHONPATH |
82 | # Don't allow custom GConf schema paths to get into the system | ||
83 | unset GCONF_SCHEMA_INSTALL_SOURCE | ||
82 | 84 | ||
83 | echo | 85 | echo |
84 | echo "### Shell environment set up for Poky builds. ###" | 86 | echo "### Shell environment set up for Poky builds. ###" |