summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-09 15:10:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 18:04:02 +0100
commit4a7ce295198c76f1976d4eca5855003d10472e38 (patch)
tree3c99ea633afda9ad40b5a5907028dcfe85f6a271
parentf58e91fe4c07478e31a588fcebc723c3de3262d1 (diff)
downloadpoky-4a7ce295198c76f1976d4eca5855003d10472e38.tar.gz
liburi-perl: upgrade 5.27 -> 5.28
Changelog: - Using Scalar::Util::reftype instead of just ref(), but mindful this time about definedness to avoid warnings (From OE-Core rev: f0501c2be3d32c30b5d72a49d5ad189991b9b010) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl/liburi-perl_5.28.bb (renamed from meta/recipes-devtools/perl/liburi-perl_5.27.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl_5.27.bb b/meta/recipes-devtools/perl/liburi-perl_5.28.bb
index e5db7b3cfe..1fc0efd3e5 100644
--- a/meta/recipes-devtools/perl/liburi-perl_5.27.bb
+++ b/meta/recipes-devtools/perl/liburi-perl_5.28.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
15SRC_URI[sha256sum] = "11962d8a8a8496906e5d34774affc235a1c95c112d390c0b4171f3e91e9e2a97" 15SRC_URI[sha256sum] = "e7985da359b15efd00917fa720292b711c396f2f9f9a7349e4e7dec74aa79765"
16 16
17S = "${WORKDIR}/URI-${PV}" 17S = "${WORKDIR}/URI-${PV}"
18 18