diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-17 15:11:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-19 12:46:43 +0100 |
commit | 4cab85009c3b82e2afbfc902ca084db79b231000 (patch) | |
tree | a3a6fae2143a2625e3cc84fc9348148076337ae4 /meta/recipes-extended | |
parent | 25230682d9a3e61b5fd84efbc9f502a63f32d3ac (diff) | |
download | poky-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/recipes-extended')
-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 | ||
18 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz" | 18 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "861a454f7bf269990ed2c1c125f4db48" | 20 | SRC_URI[md5sum] = "b62e3754523695c7f5bbcafa3676a38d" |
21 | SRC_URI[sha256sum] = "45ea6564ef8692155d57b2de0862b6442d3c7e29f4a9bc9ede5d7ecdc74c2ae3" | 21 | SRC_URI[sha256sum] = "4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a" |
22 | 22 | ||
23 | S = "${WORKDIR}/XML-SAX-${PV}" | 23 | S = "${WORKDIR}/XML-SAX-${PV}" |
24 | 24 | ||
@@ -30,6 +30,13 @@ do_install_ptest() { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} += "perl-module-encode perl-module-perlio" | 32 | RDEPENDS_${PN} += "perl-module-encode perl-module-perlio" |
33 | RDEPENDS_${PN}-ptest += "perl-module-test perl-module-base perl-module-fatal perl-module-encode-unicode perl-module-encode-byte" | 33 | |
34 | RDEPENDS_${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 | ||
35 | BBCLASSEXTEND = "native nativesdk" | 42 | BBCLASSEXTEND = "native nativesdk" |