summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-parser/imx-parser_4.9.1.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-01-13 17:06:35 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-04-02 09:18:51 -0300
commit600c2fead031e7ec4cb0918faaa15cf2d1469b0e (patch)
tree7912a701229a90eaebaba96137b7a08ac116ddd4 /recipes-multimedia/imx-parser/imx-parser_4.9.1.bb
parent9f3fd09b9374a35b1ad43b3bbe6597886eb4f0b3 (diff)
downloadmeta-freescale-600c2fead031e7ec4cb0918faaa15cf2d1469b0e.tar.gz
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>
Diffstat (limited to 'recipes-multimedia/imx-parser/imx-parser_4.9.1.bb')
-rw-r--r--recipes-multimedia/imx-parser/imx-parser_4.9.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.9.1.bb b/recipes-multimedia/imx-parser/imx-parser_4.9.1.bb
index 4094809f..a4bb2333 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.9.1.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.9.1.bb
@@ -17,7 +17,6 @@ SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
17IMX_SRCREV_ABBREV = "5d91190" 17IMX_SRCREV_ABBREV = "5d91190"
18S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" 18S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}"
19 19
20SRC_URI[md5sum] = "086773073ed8fba17eab80b35a740a46"
21SRC_URI[sha256sum] = "087badea414540d1b9403be1a0c7fc91ac42a61f0374857972cd06d8c392ddec" 20SRC_URI[sha256sum] = "087badea414540d1b9403be1a0c7fc91ac42a61f0374857972cd06d8c392ddec"
22 21
23inherit fsl-eula-unpack autotools pkgconfig 22inherit fsl-eula-unpack autotools pkgconfig