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-dspc-asrc/imx-dspc-asrc_1.0.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-dspc-asrc/imx-dspc-asrc_1.0.1.bb')
-rw-r--r-- | recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb b/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb index 48be837a..9655b1f7 100644 --- a/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb +++ b/recipes-multimedia/imx-dspc-asrc/imx-dspc-asrc_1.0.1.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=72c0f70181bb6e83eee6aab8de12a9f3" | |||
6 | 6 | ||
7 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 7 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "d46005ee29ca603caa2e1b1e82953ff1" | ||
10 | SRC_URI[sha256sum] = "e79cbf4788a86a0068bbe80c37317e3332ae76e3d5c3ff2eabd71f03121fab6a" | 9 | SRC_URI[sha256sum] = "e79cbf4788a86a0068bbe80c37317e3332ae76e3d5c3ff2eabd71f03121fab6a" |
11 | 10 | ||
12 | inherit fsl-eula-unpack autotools pkgconfig | 11 | inherit fsl-eula-unpack autotools pkgconfig |