summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-22 11:44:53 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-22 21:03:08 -0700
commitc43f50dfef8a37388ab6ac4ec9ee6c19ca29530d (patch)
treebc10e4eed9345ac4a8f9dc4f8ed16fc06e81b6da
parent6d2ab88ea6f6a1632eafc807f44b6770de400d30 (diff)
downloadmeta-openembedded-c43f50dfef8a37388ab6ac4ec9ee6c19ca29530d.tar.gz
libstrictures-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/libstrictures/libstrictures-perl_2.000006.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb
index 80c21b2b14..5a779a6733 100644
--- a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb
+++ b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb
@@ -29,7 +29,6 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
29LIC_FILES_CHKSUM = "file://README;beginline=246;endline=262;md5=43be558cf4f19823cdd6af22135cf5f8" 29LIC_FILES_CHKSUM = "file://README;beginline=246;endline=262;md5=43be558cf4f19823cdd6af22135cf5f8"
30 30
31SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz" 31SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz"
32SRC_URI[md5sum] = "35c14fd25320f32ff40e977feae95d0d"
33SRC_URI[sha256sum] = "09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57" 32SRC_URI[sha256sum] = "09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57"
34 33
35S = "${WORKDIR}/strictures-${PV}" 34S = "${WORKDIR}/strictures-${PV}"