mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-07-19 12:09:02 +02:00
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:
parent
f7be03965e
commit
afe1f1f56c
|
@ -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}"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user