summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb')
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb7
1 files changed, 3 insertions, 4 deletions
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"
9SECTION = "libs" 9SECTION = "libs"
10LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 10LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
11HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" 11HOMEPAGE = "https://metacpan.org/dist/XML-SAX-Writer"
12DEPENDS += "libxml-filter-buffertext-perl-native" 12DEPENDS += "libxml-filter-buffertext-perl-native"
13RDEPENDS:${PN} += "libxml-filter-buffertext-perl" 13RDEPENDS:${PN} += "libxml-filter-buffertext-perl"
14 14
15SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" 15SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
16SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd"
17SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0" 16SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0"
18 17
19LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" 18LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"
20 19
21S = "${WORKDIR}/XML-SAX-Writer-${PV}" 20S = "${UNPACKDIR}/XML-SAX-Writer-${PV}"
22 21
23inherit cpan 22inherit cpan
24 23