diff options
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 756d18c458..6bdb8df41e 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -101,20 +101,10 @@ unset POKYLAYERCONF | |||
101 | 101 | ||
102 | export BUILDDIR | 102 | export BUILDDIR |
103 | 103 | ||
104 | # Kill off the TERMINFO variable, as glibc will grab its contents in its 'make | ||
105 | # install' if set | ||
106 | unset TERMINFO | ||
107 | # kill this so we don't link non-arm libraries | ||
108 | unset LD_LIBRARY_PATH | ||
109 | # Don't export TARGET_ARCH - it *will* cause build failures | 104 | # Don't export TARGET_ARCH - it *will* cause build failures |
110 | export PATH LD_LIBRARY_PATH | 105 | export PATH LD_LIBRARY_PATH |
111 | # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really | 106 | # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really |
112 | export LANG=C | 107 | export LANG=C |
113 | # Kill PYTHONPATH as otherwise the Python specified there will conflict with | ||
114 | # python-native. | ||
115 | unset PYTHONPATH | ||
116 | # Don't allow custom GConf schema paths to get into the system | ||
117 | unset GCONF_SCHEMA_INSTALL_SOURCE | ||
118 | 108 | ||
119 | cat <<EOM | 109 | cat <<EOM |
120 | 110 | ||