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-03 16:38:44 +0100 |
commit | 2389d4c57d3f77f1732db184ba1fd433bf76a490 (patch) | |
tree | f2f25d7ca50fa400de78ead607241a48460d7f3c /bitbake/lib/bb/monitordisk.py | |
parent | 5cc614ed68d9f763041e4d67134c5d7ada795978 (diff) | |
download | poky-2389d4c57d3f77f1732db184ba1fd433bf76a490.tar.gz |
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.
(From OE-Core rev: f27ddf0de23871fc72cfc31f514f0e144aaa2082)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/monitordisk.py')
0 files changed, 0 insertions, 0 deletions