diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-01 22:13:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-01 22:18:14 +0100 |
commit | f27ddf0de23871fc72cfc31f514f0e144aaa2082 (patch) | |
tree | c23e74b089ab2eda3a1e91ba092cd58fd9f6d9ce /oe-init-build-env | |
parent | 968973d55d4b33e1a929ed4cdf9387fcaba2d93f (diff) | |
download | openembedded-core-f27ddf0de23871fc72cfc31f514f0e144aaa2082.tar.gz openembedded-core-f27ddf0de23871fc72cfc31f514f0e144aaa2082.tar.bz2 openembedded-core-f27ddf0de23871fc72cfc31f514f0e144aaa2082.zip |
base: Fix license checksum rebuild problems
"MACHINE=qemux86-64 bitbake init-ifupdown; MACHINE=genericx86-64 bitbake init-ifupdown"
shows a rebuild when it would be expected. The reason is a LIC_FILES_CHKSUM which
contains file://${WORKDIR}, an absolute path which doesn't exist in the first build
but does in the second, causing a signature change and a rebuild.
Fix the problem by ignoring any file:// url which resolves since TMPDIR for
license file dependency purposes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions