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-extended/tcp-wrappers | |
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-extended/tcp-wrappers')
-rw-r--r-- | meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 05644b7db9..de5fb3c543 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -50,7 +50,6 @@ SRC_URI = "http://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ | |||
50 | file://0001-Fix-implicit-function-declaration-warnings.patch \ | 50 | file://0001-Fix-implicit-function-declaration-warnings.patch \ |
51 | " | 51 | " |
52 | 52 | ||
53 | SRC_URI[md5sum] = "e6fa25f71226d090f34de3f6b122fb5a" | ||
54 | SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d" | 53 | SRC_URI[sha256sum] = "9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d" |
55 | 54 | ||
56 | S = "${WORKDIR}/tcp_wrappers_${PV}" | 55 | S = "${WORKDIR}/tcp_wrappers_${PV}" |