]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake-diffsigs: consider the situation where sigdata and siginfo files having the...
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:37 +0000 (11:55 +0100)
commitc34613eb69fd19770cbfc78ab8384221f10d5587
tree6a5cc65d7bf3ba23cd8b73c8943feee46052738e
parent294ea99263385525a1434bc6df690b653ee1f81b
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.

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