From d3e823611fd7f2fa27f36946900c0b3f178afe9b Mon Sep 17 00:00:00 2001 From: "J. S." Date: Mon, 28 Oct 2024 15:01:45 -0400 Subject: [PATCH] libfile-slurp-perl: Use ${CPAN_MIRROR} Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb index b9ef4c8bba..7a6a9aadd8 100644 --- a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb +++ b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4" -SRC_URI = "https://cpan.metacpan.org/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz" +SRC_URI = "${CPAN_MIRROR}/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz" S = "${WORKDIR}/File-Slurp-${PV}"