summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-11-28 12:57:27 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-28 12:57:27 +0000
commitf5e142abd65f838c6c29ad5575ed771f9a71ea14 (patch)
tree5fa59acf36d89599869f838a122cee6279f6d9fc /scripts
parentbfa66493eb92ae3b738c2564155c78daa047999d (diff)
downloadpoky-f5e142abd65f838c6c29ad5575ed771f9a71ea14.tar.gz
scripts/poky-env-internal: Remove unset variables
These variables are not on any bitbake environment whitelist so will never make it into the environment. This is legacy code which is not required any more so remove it. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal10
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
102export BUILDDIR 102export BUILDDIR
103 103
104# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make
105# install' if set
106unset TERMINFO
107# kill this so we don't link non-arm libraries
108unset 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
110export PATH LD_LIBRARY_PATH 105export 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
112export LANG=C 107export LANG=C
113# Kill PYTHONPATH as otherwise the Python specified there will conflict with
114# python-native.
115unset PYTHONPATH
116# Don't allow custom GConf schema paths to get into the system
117unset GCONF_SCHEMA_INSTALL_SOURCE
118 108
119cat <<EOM 109cat <<EOM
120 110