summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-02-03 09:50:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-04 17:02:09 +0000
commitd663b2b57b60a622dd2a2c2e469c9bbe7babe136 (patch)
treee63bbd0609830aa27e775e3cb0bc0c6a00c3629a /meta/recipes-devtools/perl
parent063bdffc04714c7ed4bdba2aa93a19dd94f256a9 (diff)
downloadpoky-d663b2b57b60a622dd2a2c2e469c9bbe7babe136.tar.gz
libtest-needs-perl: upgrade 0.002009 -> 0.002010
0.002010 - 2023-01-22 - split main test into three separate scripts - avoid outputting multiple plans if used with no_plan (From OE-Core rev: 25cbcfe53fc921d856586c76b563016b8756374e) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb (renamed from meta/recipes-devtools/perl/libtest-needs-perl_0.002009.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libtest-needs-perl_0.002009.bb b/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb
index 43a9a6b7d3..79a06170e0 100644
--- a/meta/recipes-devtools/perl/libtest-needs-perl_0.002009.bb
+++ b/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb
@@ -17,8 +17,7 @@ DEPENDS += "perl"
17 17
18SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/${CPAN_AUTHOR}/${CPAN_NAME}-${PV}.tar.gz" 18SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/${CPAN_AUTHOR}/${CPAN_NAME}-${PV}.tar.gz"
19 19
20SRC_URI[md5sum] = "5643cd323afb77d20363acbaf9b12bcc" 20SRC_URI[sha256sum] = "923ffdc78fcba96609753e4bae26b0ba0186893de4a63cd5236e012c7c90e208"
21SRC_URI[sha256sum] = "571c21193ad16195df58b06b268798796a391b398c443271721d2cc0fb7c4ac3"
22 21
23S = "${WORKDIR}/${CPAN_NAME}-${PV}" 22S = "${WORKDIR}/${CPAN_NAME}-${PV}"
24 23