diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-09-17 11:38:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-18 08:53:10 +0100 |
commit | 137cb1188e0febe8fafbb54e34582789c1b3de42 (patch) | |
tree | 3fce9f7c9a248a6eeb9593a4d9be3c6fef63082f /meta/recipes-devtools/perl | |
parent | 1d3dcc5d7186be5a05af0299c44fb480028f5eac (diff) | |
download | poky-137cb1188e0febe8fafbb54e34582789c1b3de42.tar.gz |
liburi-perl: update 5.17 -> 5.21
License-Update: formatting
(From OE-Core rev: 75aece4a7076241c47d791a7b82e4826d4bdd167)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | 12 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/liburi-perl_5.21.bb (renamed from meta/recipes-devtools/perl/liburi-perl_5.17.bb) | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch b/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch index 68ccd06120..ed1f25125f 100644 --- a/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch +++ b/meta/recipes-devtools/perl/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 858daa5047b00e7d5aa795302a9fad5504c8f0b9 Mon Sep 17 00:00:00 2001 | 1 | From 5a4271456104bdf027644c81c3a208cde5cf522e Mon Sep 17 00:00:00 2001 |
2 | From: Tim Orling <tim.orling@konsulko.com> | 2 | From: Tim Orling <tim.orling@konsulko.com> |
3 | Date: Thu, 17 Nov 2022 16:33:20 -0800 | 3 | Date: Thu, 17 Nov 2022 16:33:20 -0800 |
4 | Subject: [PATCH] Skip TODO test cases that fail | 4 | Subject: [PATCH] Skip TODO test cases that fail |
@@ -47,19 +47,19 @@ index c6ce79c..5e62ad5 100644 | |||
47 | { | 47 | { |
48 | my $str = "http://foo/\xE9"; | 48 | my $str = "http://foo/\xE9"; |
49 | diff --git a/t/iri.t b/t/iri.t | 49 | diff --git a/t/iri.t b/t/iri.t |
50 | index 2eb64b2..9c663c9 100644 | 50 | index cf983d6..884b36e 100644 |
51 | --- a/t/iri.t | 51 | --- a/t/iri.t |
52 | +++ b/t/iri.t | 52 | +++ b/t/iri.t |
53 | @@ -6,7 +6,7 @@ use Test::More; | 53 | @@ -6,7 +6,7 @@ use Test::More; |
54 | use Config qw( %Config ); | 54 | use Config qw( %Config ); |
55 | 55 | ||
56 | if (defined $Config{useperlio}) { | 56 | if (defined $Config{useperlio}) { |
57 | - plan tests=>26; | 57 | - plan tests=>30; |
58 | + plan tests=>24; | 58 | + plan tests=>28; |
59 | } else { | 59 | } else { |
60 | plan skip_all=>'this perl doesn\'t support PerlIO layers'; | 60 | plan skip_all=>"this perl doesn't support PerlIO layers"; |
61 | } | 61 | } |
62 | @@ -60,17 +60,17 @@ is $u->as_iri, "http://➡.ws/"; | 62 | @@ -67,17 +67,17 @@ is $u->as_iri, "http://➡.ws/"; |
63 | # draft-duerst-iri-bis.txt examples (section 3.7.1): | 63 | # draft-duerst-iri-bis.txt examples (section 3.7.1): |
64 | is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); | 64 | is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); |
65 | is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); | 65 | is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); |
diff --git a/meta/recipes-devtools/perl/liburi-perl_5.17.bb b/meta/recipes-devtools/perl/liburi-perl_5.21.bb index 5e15004dd0..0356469d98 100644 --- a/meta/recipes-devtools/perl/liburi-perl_5.17.bb +++ b/meta/recipes-devtools/perl/liburi-perl_5.21.bb | |||
@@ -6,13 +6,13 @@ HOMEPAGE = "https://metacpan.org/dist/URI" | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8ca5f628bf2cd180bc4fa044cb8ef41" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9944b87af51186f848ae558344aded9f" |
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \ | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \ |
12 | file://0001-Skip-TODO-test-cases-that-fail.patch \ | 12 | file://0001-Skip-TODO-test-cases-that-fail.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "5f7e42b769cb27499113cfae4b786c37d49e7c7d32dbb469602cd808308568f8" | 15 | SRC_URI[sha256sum] = "96265860cd61bde16e8415dcfbf108056de162caa0ac37f81eb695c9d2e0ab77" |
16 | 16 | ||
17 | S = "${WORKDIR}/URI-${PV}" | 17 | S = "${WORKDIR}/URI-${PV}" |
18 | 18 | ||