summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb')
-rw-r--r--meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb3
1 files changed, 1 insertions, 2 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 1e4b56353..9774ac55d 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
@@ -4,14 +4,13 @@ functions for retrieving message strings from databases constructed to \
4internationalize software." 4internationalize software."
5SECTION = "libs" 5SECTION = "libs"
6 6
7HOMEPAGE = "http://search.cpan.org/~pvandry/Locale-gettext-${PV}/" 7HOMEPAGE = "https://metacpan.org/pod/Locale::gettext"
8 8
9LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 9LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
10LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926" 10LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926"
11 11
12SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz" 12SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz"
13 13
14SRC_URI[md5sum] = "bc652758af65c24500f1d06a77415019"
15SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15" 14SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15"
16 15
17S = "${WORKDIR}/Locale-gettext-${PV}" 16S = "${WORKDIR}/Locale-gettext-${PV}"