diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-19 09:36:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-20 12:26:05 +0000 |
commit | 6d2f3440bba61bf7460d04c1dde34757d2ae6725 (patch) | |
tree | f94c2b7d8ebac72348d892dfe8ca341cb553cfd4 /bitbake/lib/bb/server/process.py | |
parent | bc1e359aaefeeddf8525b46eb80ac14db7f637b3 (diff) | |
download | poky-6d2f3440bba61bf7460d04c1dde34757d2ae6725.tar.gz |
bitbake: runqueue: Fix data being written into siginfo/sigdata files
The way hash_deps was being generated was different to the way siggen generated
the data internally which lead to seemingly different sigdata/siginfo files
for the same checksum. The -S output correct but the files written during
builds contained superflous data which would look like a difference.
This patch removes the badly duplicated data and uses it from the source
which ensures its consistent.
(Bitbake rev: e6d5e925c402cd2cc7ee034e9de4cc6df8944a34)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
0 files changed, 0 insertions, 0 deletions