mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "Config::Tiny is a Perl class to read and write .ini \
|
||||
configuration files with as little code as possible, reducing load time and \
|
||||
memory overhead."
|
||||
|
||||
HOMEPAGE = "https://search.cpan.org/dist/Config-Tiny"
|
||||
HOMEPAGE = "https://metacpan.org/dist/Config-Tiny"
|
||||
SECTION = "libraries"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
@@ -13,7 +13,7 @@ RDEPENDS:${PN} += "perl"
|
||||
|
||||
S = "${WORKDIR}/Config-Tiny-${PV}"
|
||||
|
||||
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
|
||||
SRC_URI = "https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
|
||||
|
||||
SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user