diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-10 16:31:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 13:48:52 +0100 |
commit | ef33a3138384667f819688141086102e6e83ec44 (patch) | |
tree | f84e53594260374748fc896c87d2b0e09facb89c /scripts/lib/scriptpath.py | |
parent | 174277176fcdc13b4a29e291dafc2f508ff9da66 (diff) | |
download | openembedded-core-ef33a3138384667f819688141086102e6e83ec44.tar.gz openembedded-core-ef33a3138384667f819688141086102e6e83ec44.tar.bz2 openembedded-core-ef33a3138384667f819688141086102e6e83ec44.zip |
ccache: don't export CCACHE_DISABLE globally
CCACHE_DISABLE was added to bitbake.conf in oe-core dd2bab (June 2012) because
autogen-native exports HOME=/dev/null during the build, which is then used by a
host ccache to construct the path to it's cache (/dev/null/.ccache) and this
fails.
However we now always export CCACHE_DIR to solve the same problem in a more
efficient way so CCACHE_DISABLE can be deleted.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions