From 09c818c5c4c3ba831cbd8293b1707d1522983014 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Mon, 28 Oct 2024 15:01:57 -0400 Subject: [PATCH] libxml-libxml-perl: Use ${CPAN_MIRROR} Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb index b1d5e5db5d..e0ed6e7c3e 100644 --- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb +++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb @@ -22,7 +22,7 @@ RDEPENDS:${PN} += "\ zlib \ " -SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \ +SRC_URI = "${CPAN_MIRROR}/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \ file://disable-libxml2-check.patch \ file://fix-CATALOG-conditional-compile.patch \ file://using-DOCB-conditional.patch \