summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-22 11:44:57 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-22 21:03:09 -0700
commit97aa6403e4281d97b3b47d983fea4023bc4e3fa9 (patch)
tree64a3f7b565e805a4a3c81bbe68239ad76571ce60
parent57ebb5268914840280c944649a9bab686f5e8797 (diff)
downloadmeta-openembedded-97aa6403e4281d97b3b47d983fea4023bc4e3fa9.tar.gz
libtest-nowarnings-perl: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb
index d74a347293..aea0e7e0f2 100644
--- a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb
@@ -25,7 +25,6 @@ CPAN_AUTHOR = "ADAMK"
25 25
26SRC_URI = "${CPAN_MIRROR}/authors/id/A/AD/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.tar.gz" 26SRC_URI = "${CPAN_MIRROR}/authors/id/A/AD/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.tar.gz"
27 27
28SRC_URI[md5sum] = "682ed043f7d3e38f3dfd8745fd21c49a"
29SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" 28SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c"
30 29
31RDEPENDS:${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester" 30RDEPENDS:${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester"