mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-04 21:05:24 +02:00
treewide: Remove all references to SRC_URI[md5sum] hashes
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
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:
parent
774ca54bc0
commit
627381007d
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user