On Tue, Apr 4, 2023 at 6:50 PM akuster <akuster@mvista.com> wrote:


On 4/1/23 11:21 AM, Frederic Martinsons wrote:
> From: Frederic Martinsons <frederic.martinsons@gmail.com>
>
> Instead of only display the first and stop.
> For recipe (crago based) that can contains several artifacts
> to fetch with their checksum, it will particularly handy
> to display all of missing one.
>
> An example of error message would be

I am confused. Is this patch supposed to add the pkg version or not?  I
am not seeing any. Any ideas?

name parameter with pkg version was added to bbclass in:
https://git.openembedded.org/openembedded-core/commit/?id=1795e98a04ad09b011afcc7cc3bf6dc49475b19a

this change only allows all missing/incorrect checksums to be showsn at the same time, instead of one checksum per do_fetch failure.