diff options
author | J. S. <schonm@gmail.com> | 2024-10-22 11:44:19 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-22 21:03:03 -0700 |
commit | cb4a67ad2c66e6df997e3c07308819ce657229ac (patch) | |
tree | eee34f33d1e294f386db8abd175c54cab2c6e86b | |
parent | 753e28c1a8098b18db2ceca87cd0bd54e4e7df2d (diff) | |
download | meta-openembedded-cb4a67ad2c66e6df997e3c07308819ce657229ac.tar.gz |
mime-construct: 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-extended/mime-construct/mime-construct_1.11.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb index a5d28265d7..9da2b1adf9 100644 --- a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb +++ b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/mime-construct-${PV}.tar.gz \ | |||
12 | file://fix-mime-construct-help-return-value.patch \ | 12 | file://fix-mime-construct-help-return-value.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "73834ea780fbea81b89dbd9b2fb54f58" | ||
16 | SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303" | 15 | SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a4a9303" |
17 | 16 | ||
18 | inherit cpan | 17 | inherit cpan |