On Wed, 19 Jan 2022 at 12:16, Michael Opdenacker <[email protected]> wrote: > > Greetings, > > I reused a simple "hello" recipe and added a non-matching checksum to it: > > ... > SRC_URI = "file://helloworld.c" > SRC_URI[md5sum] = "34f0efd76b4f18888888888833cdd129" > ... > > The rest of the recipe comes from > https://git.openembedded.org/openembedded-core/tree/meta-skeleton/recipes-skeleton/hello-single. > > Why doesn't Bitbake stop, reporting that the checksum doesn't match the > source file? > Anyway, why does the recipe build without a checksum? Shouldn't > checksums be mandatory?
Checksums are for files that are fetched via http:// and friends, not local files. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55910): https://lists.yoctoproject.org/g/yocto/message/55910 Mute This Topic: https://lists.yoctoproject.org/mt/88532562/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
