]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-env-internal: Remove unset variables
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 28 Nov 2010 12:57:27 +0000 (12:57 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sun, 28 Nov 2010 12:57:27 +0000 (12:57 +0000)
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>
scripts/poky-env-internal

index 756d18c45833b8d6d84233c6a1157c0d23a7c416..6bdb8df41e3662ec3808691fe46c9d7d8ba6fedc 100755 (executable)
@@ -101,20 +101,10 @@ unset POKYLAYERCONF
 
 export BUILDDIR
 
-# Kill off the TERMINFO variable, as glibc will grab its contents in its 'make
-# install' if set
-unset TERMINFO
-# kill this so we don't link non-arm libraries
-unset LD_LIBRARY_PATH
 # Don't export TARGET_ARCH - it *will* cause build failures
 export PATH LD_LIBRARY_PATH
 # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really
 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
 
 cat <<EOM