diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-01-13 17:06:35 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-02 09:18:51 -0300 |
commit | 600c2fead031e7ec4cb0918faaa15cf2d1469b0e (patch) | |
tree | 7912a701229a90eaebaba96137b7a08ac116ddd4 /recipes-multimedia/imx-parser/imx-parser_4.9.1.bb | |
parent | 9f3fd09b9374a35b1ad43b3bbe6597886eb4f0b3 (diff) | |
download | meta-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.bb | 1 |
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" | |||
17 | IMX_SRCREV_ABBREV = "5d91190" | 17 | IMX_SRCREV_ABBREV = "5d91190" |
18 | S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | 18 | S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "086773073ed8fba17eab80b35a740a46" | ||
21 | SRC_URI[sha256sum] = "087badea414540d1b9403be1a0c7fc91ac42a61f0374857972cd06d8c392ddec" | 20 | SRC_URI[sha256sum] = "087badea414540d1b9403be1a0c7fc91ac42a61f0374857972cd06d8c392ddec" |
22 | 21 | ||
23 | inherit fsl-eula-unpack autotools pkgconfig | 22 | inherit fsl-eula-unpack autotools pkgconfig |