diff options
Diffstat (limited to 'meta-perl/recipes-perl/libxml')
3 files changed, 9 insertions, 11 deletions
diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb index 7962d22c9d..6dc2a19e0b 100644 --- a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb | |||
@@ -8,17 +8,16 @@ of putting all characters into a single event. \ | |||
8 | " | 8 | " |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" | 11 | HOMEPAGE = "https://metacpan.org/dist/XML-Filter-BufferText" |
12 | DEPENDS += "libxml-sax-perl-native" | 12 | DEPENDS += "libxml-sax-perl-native" |
13 | RDEPENDS:${PN} += "libxml-sax-perl" | 13 | RDEPENDS:${PN} += "libxml-sax-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" | ||
17 | SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c" | 16 | SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c" |
18 | 17 | ||
19 | LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928" | 18 | LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928" |
20 | 19 | ||
21 | S = "${WORKDIR}/XML-Filter-BufferText-${PV}" | 20 | S = "${UNPACKDIR}/XML-Filter-BufferText-${PV}" |
22 | 21 | ||
23 | inherit cpan | 22 | inherit cpan |
24 | 23 | ||
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 \ | |||
6 | section; unless stated otherwise, you only need to use XML::LibXML; in \ | 6 | section; unless stated otherwise, you only need to use XML::LibXML; in \ |
7 | your programs." | 7 | your programs." |
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/" | 9 | HOMEPAGE = "https://metacpan.org/dist/XML-LibXML" |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | DEPENDS += "libxml2 \ | 12 | DEPENDS += "libxml2 \ |
@@ -22,7 +22,7 @@ RDEPENDS:${PN} += "\ | |||
22 | zlib \ | 22 | zlib \ |
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.tar.gz;name=libxml \ | 25 | SRC_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 | |||
34 | SRC_URI[libxml.md5sum] = "dce687dd8b7e82d1c359fd74b1852f64" | 34 | SRC_URI[libxml.md5sum] = "dce687dd8b7e82d1c359fd74b1852f64" |
35 | SRC_URI[libxml.sha256sum] = "f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf" | 35 | SRC_URI[libxml.sha256sum] = "f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf" |
36 | 36 | ||
37 | S = "${WORKDIR}/XML-LibXML-${PV}" | 37 | S = "${UNPACKDIR}/XML-LibXML-${PV}" |
38 | 38 | ||
39 | inherit cpan ptest-perl | 39 | inherit cpan ptest-perl |
40 | 40 | ||
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb index 487a5c22cd..b66cbc3945 100644 --- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb +++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb | |||
@@ -8,17 +8,16 @@ the AxKit XML Application Server. \ | |||
8 | " | 8 | " |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" | 11 | HOMEPAGE = "https://metacpan.org/dist/XML-SAX-Writer" |
12 | DEPENDS += "libxml-filter-buffertext-perl-native" | 12 | DEPENDS += "libxml-filter-buffertext-perl-native" |
13 | RDEPENDS:${PN} += "libxml-filter-buffertext-perl" | 13 | RDEPENDS:${PN} += "libxml-filter-buffertext-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" | ||
17 | SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0" | 16 | SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0" |
18 | 17 | ||
19 | LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" | 18 | LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" |
20 | 19 | ||
21 | S = "${WORKDIR}/XML-SAX-Writer-${PV}" | 20 | S = "${UNPACKDIR}/XML-SAX-Writer-${PV}" |
22 | 21 | ||
23 | inherit cpan | 22 | inherit cpan |
24 | 23 | ||