diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-01 13:23:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-03 22:08:26 +0000 |
commit | 8a0c1647395c07f69d296cf982d0bccd9cc9bff0 (patch) | |
tree | 709e3a7332172cd0a586a36b1ce5787948cdfc44 /meta/recipes-devtools/perl | |
parent | dcfc159d47032118b0beab818420e2b7af10db0a (diff) | |
download | poky-8a0c1647395c07f69d296cf982d0bccd9cc9bff0.tar.gz |
liburi-perl: upgrade 5.21 -> 5.25
Changelog:
==============
- cache scheme so it never attempt to load it again
- Really revert "use Scalar::Util::reftype instead of ref to check for
ARRAY"
- Revert the reftype change introduced in 5.22 as it causes warnings.
- Use Scalar::Util::reftype instead of ref to check for ARRAY
(From OE-Core rev: 84fb221f02abb8e34a3fc8efab7c2725e6c1d144)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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_5.25.bb (renamed from meta/recipes-devtools/perl/liburi-perl_5.21.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl_5.21.bb b/meta/recipes-devtools/perl/liburi-perl_5.25.bb index 0356469d98..0305955524 100644 --- a/meta/recipes-devtools/perl/liburi-perl_5.21.bb +++ b/meta/recipes-devtools/perl/liburi-perl_5.25.bb | |||
@@ -12,7 +12,7 @@ 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] = "96265860cd61bde16e8415dcfbf108056de162caa0ac37f81eb695c9d2e0ab77" | 15 | SRC_URI[sha256sum] = "ef61941da09fff2503cea3692c4f2fc48c0e4442486e2a28345cb32d44d0d271" |
16 | 16 | ||
17 | S = "${WORKDIR}/URI-${PV}" | 17 | S = "${WORKDIR}/URI-${PV}" |
18 | 18 | ||