diff options
| author | J. S. <schonm@gmail.com> | 2024-10-24 16:08:00 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:39 -0700 |
| commit | 15a07ff9ccb5d4863561d5a716ff5e62e9976a1f (patch) | |
| tree | 2227bb419b0faca2cb74861d60adc723b982ce0a | |
| parent | 4fdf9d2c549fee6e78f614ed9f23c094ee5adcb3 (diff) | |
| download | meta-openembedded-15a07ff9ccb5d4863561d5a716ff5e62e9976a1f.tar.gz | |
libxml-libxml-perl: Change references to search.cpan.org to use metacpan.org
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.bb | 4 |
1 files changed, 2 insertions, 2 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..b1d5e5db5d 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 = "https://cpan.metacpan.org/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 \ |
