diff options
author | J. S. <schonm@gmail.com> | 2024-10-22 11:45:01 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-22 21:03:09 -0700 |
commit | 6a556e7d5930c90afebcc146a5713ac1212ea967 (patch) | |
tree | 1c744a796b157e8fa5501ed26aa2b88f9d3d4805 | |
parent | f9b89f0a160d286b7f7d592e7f280d07fb05c1e0 (diff) | |
download | meta-openembedded-6a556e7d5930c90afebcc146a5713ac1212ea967.tar.gz |
libtext-wrapi18n-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/libtext/libtext-wrapi18n-perl_0.06.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb index 017e951d3a..0949dbb7a0 100644 --- a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb +++ b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | |||
@@ -18,7 +18,6 @@ LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858" | |||
18 | 18 | ||
19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" | 19 | SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "0799c16a00926e6c18d400c2e2861d5f" | ||
22 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" | 21 | SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488" |
23 | 22 | ||
24 | S = "${WORKDIR}/Text-WrapI18N-${PV}" | 23 | S = "${WORKDIR}/Text-WrapI18N-${PV}" |