]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: bitbake-diffsigs: consider the situation where sigdata and siginfo files...
authorChen Qi <Qi.Chen@windriver.com>
Wed, 11 Mar 2015 03:21:06 +0000 (11:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Apr 2015 10:55:44 +0000 (11:55 +0100)
commit547b189951283e1ea1fabd135d32bcb59124d8c3
tree4d5fe80bfd2bf229f2189b0ad2bbb6088c980ef2
parentabc7f15960b0ae2c13e6ca34b2452f7baa353370
bitbake: bitbake-diffsigs: consider the situation where sigdata and siginfo files having the same hash values

For now, `bitbake-diffsigs -t <recipe> <task>' doesn't work. It always outputs
nothing.

The problem is that bitbake-diffsigs are comparing sigdata and siginfo files
that have the same hash value. This is not what we want. These two files are
actually duplicates considering the purpose of bitbake-diffsigs. So we need
to remove one of them so that bitbake-diffsigs could actually compare the
correct signature files.

(Bitbake rev: c34613eb69fd19770cbfc78ab8384221f10d5587)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-diffsigs