summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-28 15:01:57 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-28 17:54:35 -0700
commit09c818c5c4c3ba831cbd8293b1707d1522983014 (patch)
treece2ac3667f067d2a2d5f4b5ba266b6be9522cc13
parent2a3c32bf89f5115ff7d552927b6d432e1963a3a8 (diff)
downloadmeta-openembedded-09c818c5c4c3ba831cbd8293b1707d1522983014.tar.gz
libxml-libxml-perl: Use ${CPAN_MIRROR}
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb2
1 files changed, 1 insertions, 1 deletions
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 b1d5e5db5..e0ed6e7c3 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} += "\
22 zlib \ 22 zlib \
23" 23"
24 24
25SRC_URI = "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \ 25SRC_URI = "${CPAN_MIRROR}/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \
26 file://disable-libxml2-check.patch \ 26 file://disable-libxml2-check.patch \
27 file://fix-CATALOG-conditional-compile.patch \ 27 file://fix-CATALOG-conditional-compile.patch \
28 file://using-DOCB-conditional.patch \ 28 file://using-DOCB-conditional.patch \