From 27587af7f9d7661277632ac01969fbd170f53d55 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Mon, 28 Oct 2024 15:01:38 -0400 Subject: [PATCH] libcgi-perl: Use ${CPAN_MIRROR} Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb index 38c2e0fddf..42100acec3 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.66.bb @@ -8,7 +8,7 @@ LICENSE = "Artistic-2.0 | GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" -SRC_URI = "https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" +SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" SRC_URI[sha256sum] = "4697437688a193e3f02556e1d223015590c1f2800b40becf83dc12d5cc5ed8e1"