treewide: Remove all references to SRC_URI[md5sum] hashes

Drop md5sum check as  no longer mandated in Yocto Project.

SRC_URI[md5sum] used to also be commonly used, but it is deprecated and
should be replaced by SRC_URI[sha256sum] when updating existing recipes. See:

 - https://docs.yoctoproject.org/dev/singleindex.html#fetching-code
 - https://docs.yoctoproject.org/dev/singleindex.html#src-uri-checksum-behaviour

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2025-01-13 17:23:57 -03:00
parent f7be03965e
commit afe1f1f56c
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=813a6278831975d26c115ed6f9c21831"
SRC_URI = "https://sourceforge.net/projects/half/files/half/${PV}/${BP}.zip"
SRC_URI[md5sum] = "cd28e42c77b99e4cca4f5e9fc76e0433"
SRC_URI[sha256sum] = "ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25"
UNPACKDIR = "${S}"

View File

@ -7,7 +7,6 @@ PR = "r0"
DEPENDS = "libpng jpeg tiff xz"
SRC_URI = "http://sourceforge.net/projects/openil/files/DevIL/${PV}/DevIL-${PV}.zip"
SRC_URI[md5sum] = "ba77c3cb2aadaacfd86e23c68fb6dc47"
SRC_URI[sha256sum] = "451337f392c65bfb83698a781370534dc63d7bafca21e9b37178df0518f7e895"
S = "${WORKDIR}/DevIL/DevIL"