diff options
author | J. S. <schonm@gmail.com> | 2025-08-06 22:10:48 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2025-08-28 04:51:17 -0400 |
commit | 883a74b29fd864d5dd8563fc439c7e3dba72483d (patch) | |
tree | 4f65e0a8b63125db3244f9b7e668310c9233402e | |
parent | 1b1028e35b0b7c280bc5e72e17df666d150e4aeb (diff) | |
download | meta-security-883a74b29fd864d5dd8563fc439c7e3dba72483d.tar.gz |
lib-perl: add a HOMEPAGE. Use CPAN_MIRROR
Signed-off-by: Jason Schonberg <schonm@gmail.com>
-rw-r--r-- | recipes-perl/perl/lib-perl_0.63.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-perl/perl/lib-perl_0.63.bb b/recipes-perl/perl/lib-perl_0.63.bb index 6fc44e4..f0d6832 100644 --- a/recipes-perl/perl/lib-perl_0.63.bb +++ b/recipes-perl/perl/lib-perl_0.63.bb | |||
@@ -4,6 +4,7 @@ directories to Perl's search path so that later 'use' or 'require' statements \ | |||
4 | will find modules which are not located in the default search path." | 4 | will find modules which are not located in the default search path." |
5 | 5 | ||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | HOMEPAGE = "https://metacpan.org/dist/lib" | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | PR = "r0" | 9 | PR = "r0" |
9 | 10 | ||
@@ -11,7 +12,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=94b119f1a7b8d611ef | |||
11 | 12 | ||
12 | DEPENDS += "perl" | 13 | DEPENDS += "perl" |
13 | 14 | ||
14 | SRC_URI = "http://www.cpan.org/authors/id/S/SM/SMUELLER/lib-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/lib-${PV}.tar.gz" |
15 | 16 | ||
16 | SRC_URI[md5sum] = "8607ac4e0d9d43585ec28312f52df67c" | 17 | SRC_URI[md5sum] = "8607ac4e0d9d43585ec28312f52df67c" |
17 | SRC_URI[sha256sum] = "72f63db9220098e834d7a38231626bd0c9b802c1ec54a628e2df35f3818e5a00" | 18 | SRC_URI[sha256sum] = "72f63db9220098e834d7a38231626bd0c9b802c1ec54a628e2df35f3818e5a00" |