On 4/4/23 1:07 PM, Martin Jansa wrote: > On Tue, Apr 4, 2023 at 6:50 PM akuster wrote: > > > > On 4/1/23 11:21 AM, Frederic Martinsons wrote: > > From: Frederic Martinsons > > > > 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. I get multiple hashes for the same package. SRC_URI[wasi.sha256sum] = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" SRC_URI[wasi.sha256sum] = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" so why no version info after the pkg name? -armin