diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-30 16:12:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-01 14:22:53 +0100 |
commit | ca65114e5e6b543164c297048c73a51d606c817c (patch) | |
tree | b7705348010d838452a50c4e7c6a4503af1777f5 /meta/recipes-devtools/m4 | |
parent | baec6b7904b10b9b349ce00d2187144cc8650642 (diff) | |
download | poky-ca65114e5e6b543164c297048c73a51d606c817c.tar.gz |
recipes: Drop remaining md5sum checksums
We have long since obsoleted md5sum in favour of sha256sum. Drop the remaining
56 entries (which were showing many recipes hadn't been touched in a long time).
They all do have the corresponding sha256sum entries as is clear from the diff.
(From OE-Core rev: 7e4bfcc9706fa8a09f6a0004174a2c3b21c90df3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4')
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.19.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index 6a6aa21daf..c73418d8e6 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19.inc +++ b/meta/recipes-devtools/m4/m4-1.4.19.inc | |||
@@ -15,7 +15,6 @@ SRC_URI:append:class-target = " file://run-ptest \ | |||
15 | file://serial-tests-config.patch \ | 15 | file://serial-tests-config.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "f4a2b0284d80353b995f8ef2385ed73c" | ||
19 | SRC_URI[sha256sum] = "3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70" | 18 | SRC_URI[sha256sum] = "3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70" |
20 | 19 | ||
21 | LICENSE = "GPL-3.0-only" | 20 | LICENSE = "GPL-3.0-only" |