diff options
author | J. S. <schonm@gmail.com> | 2024-10-22 11:44:42 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-22 21:03:06 -0700 |
commit | 0ecea52d75a8c72437b347c1b031bcfb35219e03 (patch) | |
tree | e8b0719c6186a35cdb18b9415256394e48625786 | |
parent | ac74279c345dfcde14994cb774eda27c31472f5c (diff) | |
download | meta-openembedded-0ecea52d75a8c72437b347c1b031bcfb35219e03.tar.gz |
liblocale-gettext-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/liblocale/liblocale-gettext-perl_1.07.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb b/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb index 1e4b563532..654fd2eedd 100644 --- a/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb +++ b/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb | |||
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926" | |||
11 | 11 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "bc652758af65c24500f1d06a77415019" | ||
15 | SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15" | 14 | SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15" |
16 | 15 | ||
17 | S = "${WORKDIR}/Locale-gettext-${PV}" | 16 | S = "${WORKDIR}/Locale-gettext-${PV}" |