summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb')
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb6
1 files changed, 3 insertions, 3 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 f184b89e59..6450111da9 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
@@ -6,7 +6,7 @@ The module is split into several packages which are not described in this \
6section; unless stated otherwise, you only need to use XML::LibXML; in \ 6section; unless stated otherwise, you only need to use XML::LibXML; in \
7your programs." 7your programs."
8 8
9HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/" 9HOMEPAGE = "https://metacpan.org/dist/XML-LibXML"
10SECTION = "libs" 10SECTION = "libs"
11LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 11LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12DEPENDS += "libxml2 \ 12DEPENDS += "libxml2 \
@@ -22,7 +22,7 @@ RDEPENDS:${PN} += "\
22 zlib \ 22 zlib \
23" 23"
24 24
25SRC_URI = "http://search.cpan.org/CPAN/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 \
@@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=64eda1bc135f0ece1d1187f2a8ac82c1
34SRC_URI[libxml.md5sum] = "dce687dd8b7e82d1c359fd74b1852f64" 34SRC_URI[libxml.md5sum] = "dce687dd8b7e82d1c359fd74b1852f64"
35SRC_URI[libxml.sha256sum] = "f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf" 35SRC_URI[libxml.sha256sum] = "f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf"
36 36
37S = "${WORKDIR}/XML-LibXML-${PV}" 37S = "${UNPACKDIR}/XML-LibXML-${PV}"
38 38
39inherit cpan ptest-perl 39inherit cpan ptest-perl
40 40