summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2019-06-17 15:11:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-19 12:46:43 +0100
commit4cab85009c3b82e2afbfc902ca084db79b231000 (patch)
treea3a6fae2143a2625e3cc84fc9348148076337ae4 /meta
parent25230682d9a3e61b5fd84efbc9f502a63f32d3ac (diff)
downloadpoky-4cab85009c3b82e2afbfc902ca084db79b231000.tar.gz
libxml-sax-perl: upgrade 1.00 -> 1.02
* Sort ptest dependencies alphabetically Upstream release notes: 1.02 14 Jun 2019 Grant McLean - Spelling fixes (patch from Ville Skyttä) - Add repo location to metadata (patches from Ville Skyttä & Martin McGrath) - Reorganise module files under lib/XML - Regenerate MANIFEST using 'make manifest' to include missing test files (From OE-Core rev: 2bd3e9b1aa7bf550564484df842a8a6f89b73497) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/perl/libxml-sax-perl_1.02.bb (renamed from meta/recipes-extended/perl/libxml-sax-perl_1.00.bb)13
1 files changed, 10 insertions, 3 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
index 80a1c8e39b..02ee34ee17 100644
--- a/meta/recipes-extended/perl/libxml-sax-perl_1.00.bb
+++ b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb
@@ -17,8 +17,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3"
17 17
18SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz" 18SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz"
19 19
20SRC_URI[md5sum] = "861a454f7bf269990ed2c1c125f4db48" 20SRC_URI[md5sum] = "b62e3754523695c7f5bbcafa3676a38d"
21SRC_URI[sha256sum] = "45ea6564ef8692155d57b2de0862b6442d3c7e29f4a9bc9ede5d7ecdc74c2ae3" 21SRC_URI[sha256sum] = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a"
22 22
23S = "${WORKDIR}/XML-SAX-${PV}" 23S = "${WORKDIR}/XML-SAX-${PV}"
24 24
@@ -30,6 +30,13 @@ do_install_ptest() {
30} 30}
31 31
32RDEPENDS_${PN} += "perl-module-encode perl-module-perlio" 32RDEPENDS_${PN} += "perl-module-encode perl-module-perlio"
33RDEPENDS_${PN}-ptest += "perl-module-test perl-module-base perl-module-fatal perl-module-encode-unicode perl-module-encode-byte" 33
34RDEPENDS_${PN}-ptest += " \
35 perl-module-base \
36 perl-module-encode-byte \
37 perl-module-encode-unicode \
38 perl-module-fatal \
39 perl-module-test \
40"
34 41
35BBCLASSEXTEND = "native nativesdk" 42BBCLASSEXTEND = "native nativesdk"