]> code.ossystems Code Review - openembedded-core.git/commit
sstate: don't silently handle all exceptions in sstate_checkhashes
authorRoss Burton <ross@burtonini.com>
Thu, 14 Oct 2021 16:33:19 +0000 (17:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Oct 2021 11:14:29 +0000 (12:14 +0100)
commit50d99faf88a1d82cbd939b9bd6e33ebed2b1ffd8
tree9b7ddc1910997dfe95bafbdaf8d01bf823e95335
parent2f1ea25c222b344dd8b784b2bc73a6540ab30274
sstate: don't silently handle all exceptions in sstate_checkhashes

If checkstatus returns an exception we should silently handle
FetchError, as this means the fetch failed for 'normal' reasons such as
file not found.  However, other exceptions may be raised, and these
should be made visible.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass