diff options
| author | J. S. <schonm@gmail.com> | 2024-10-24 16:07:26 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:30 -0700 |
| commit | 16d9bfa58ce28d1552fb8a940d556a256347a011 (patch) | |
| tree | 151745f36199a482943dbd020bee7e5230e44ac1 | |
| parent | 5675c08d70260b2f322c1e4459fb241fe0306bdb (diff) | |
| download | meta-openembedded-16d9bfa58ce28d1552fb8a940d556a256347a011.tar.gz | |
libconfig-tiny-perl: Change references to search.cpan.org to use metacpan.org
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb index ccdc1e0cb8..620659abd8 100644 --- a/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb +++ b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "Config::Tiny is a Perl class to read and write .ini \ | |||
| 3 | configuration files with as little code as possible, reducing load time and \ | 3 | configuration files with as little code as possible, reducing load time and \ |
| 4 | memory overhead." | 4 | memory overhead." |
| 5 | 5 | ||
| 6 | HOMEPAGE = "https://search.cpan.org/dist/Config-Tiny" | 6 | HOMEPAGE = "https://metacpan.org/dist/Config-Tiny" |
| 7 | SECTION = "libraries" | 7 | SECTION = "libraries" |
| 8 | 8 | ||
| 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
| @@ -13,7 +13,7 @@ RDEPENDS:${PN} += "perl" | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/Config-Tiny-${PV}" | 14 | S = "${WORKDIR}/Config-Tiny-${PV}" |
| 15 | 15 | ||
| 16 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz" | 16 | SRC_URI = "https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz" |
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d" | 18 | SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d" |
| 19 | 19 | ||
