bitbake/fetch: If checksums are available, check them for any file, local or remote
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 May 2012 12:31:01 +0000 (12:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 May 2012 08:24:23 +0000 (09:24 +0100)
commit2be86e8be298a9f826812243f7c146a8ca360720
tree63fd6cfc6e35d0c479daac42cf88bf823d5117c5
parentec923efec51ee194deae1c99ec433f05656fac3f
bitbake/fetch: If checksums are available, check them for any file, local or remote

Currently, checksums are only checked for remote files. This changes
the check to apply to any file we have checksum data for. A mismatch
against a file is fatal but in the local case, no warnings are shown
about missing checksums.

(Bitbake rev: 80411b3acf2173a4a7d415102d16676eb98363e3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py