treewide: Remove all references to SRC_URI[md5sum] hashes
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

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:21:58 -03:00
parent 774ca54bc0
commit 627381007d
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ SRC_URI = "http://repository.timesys.com/buildsources/l/libmcc/libmcc-${PV}/libm
file://0001-Makefile-use-oe-ldflags.patch \
"
SRC_URI[md5sum] = "7a35d9804bdcebdfcd7a3b717de50d31"
SRC_URI[sha256sum] = "5d6d85f2f17ba1016c24e3a1c1c934a9267021edaed67b63879112151f48562c"
S = "${WORKDIR}/libmcc-${PV}"

View File

@ -11,7 +11,6 @@ SRC_URI = " \
file://0001-Makefile-use-OE-ldflags.patch \
"
SRC_URI[md5sum] = "f74755548041d50ca178448ee3e478d4"
SRC_URI[sha256sum] = "32444409de5e809b9347e275a3bf78623a89e9ecce3188ebac79318b2b7c39b3"
S = "${WORKDIR}/mqxboot-${PV}"