diff mbox series

[meta-perl,15/46] libextutils-installpaths-perl: Drop unnecessary SRC_URI md5sum

Message ID 20241022154729.20331-16-schonm@gmail.com
State Accepted
Headers show
Series | expand

Commit Message

J. S. Oct. 22, 2024, 3:44 p.m. UTC
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 .../libextutils/libextutils-installpaths-perl_0.012.bb           | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb
index 07dab4e16..f4db4ccff 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb
@@ -9,7 +9,6 @@  LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
-SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b"
 SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
 
 S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"