diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-05-15 17:29:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-16 16:35:12 +0100 |
commit | 479c981d451ab735691e74965937ddf4e8fceffa (patch) | |
tree | b45066f97ec0458b7314446fc24e6af25cb0ee62 /meta/recipes-devtools/perl | |
parent | 7a73a435e086df39b0a241250bed35c29e0e5a00 (diff) | |
download | poky-479c981d451ab735691e74965937ddf4e8fceffa.tar.gz |
libtest-needs-perl: upgrade 0.002005 -> 0.002006
Change SRC_URI to https://cpan.metacpan.org
License-Update: Lines moved further down in README.
Upstream release notes:
0.002006 - 2019-04-04
- added additional references to related modules in pod
- various internal cleanups
- fix backwards compatibility with earlier versions of version.pm
- fix output from test script when tests fail
- added note about RELEASE_TESTING to test message on forced failures
(From OE-Core rev: bec77f5d48055bd30ee69acb43d67c2d05180f7b)
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-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/libtest-needs-perl_0.002006.bb (renamed from meta/recipes-devtools/perl/libtest-needs-perl_0.002005.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl/libtest-needs-perl_0.002005.bb b/meta/recipes-devtools/perl/libtest-needs-perl_0.002006.bb index e5ab7a33c7..3abb9aa8e4 100644 --- a/meta/recipes-devtools/perl/libtest-needs-perl_0.002005.bb +++ b/meta/recipes-devtools/perl/libtest-needs-perl_0.002006.bb | |||
@@ -11,14 +11,14 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
11 | CPAN_NAME = "Test-Needs" | 11 | CPAN_NAME = "Test-Needs" |
12 | CPAN_AUTHOR = "HAARG" | 12 | CPAN_AUTHOR = "HAARG" |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://README;md5=3f3ccd21a0a48aa313db212cc3b1bc09;beginline=81;endline=82" | 14 | LIC_FILES_CHKSUM = "file://README;md5=3f3ccd21a0a48aa313db212cc3b1bc09;beginline=88;endline=89" |
15 | 15 | ||
16 | DEPENDS += "perl" | 16 | DEPENDS += "perl" |
17 | 17 | ||
18 | SRC_URI = "http://www.cpan.org/authors/id/H/HA/${CPAN_AUTHOR}/${CPAN_NAME}-${PV}.tar.gz" | 18 | SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/${CPAN_AUTHOR}/${CPAN_NAME}-${PV}.tar.gz" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "356634a56c99282e8059f290f5d534c8" | 20 | SRC_URI[md5sum] = "d5c96d51d8d5510f7c0b7f354c49af1c" |
21 | SRC_URI[sha256sum] = "5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399" | 21 | SRC_URI[sha256sum] = "77f9fff0c96c5e09f34d0416b3533c3319f7cd0bb1f7fe8f8072ad59f433f0e5" |
22 | 22 | ||
23 | S = "${WORKDIR}/${CPAN_NAME}-${PV}" | 23 | S = "${WORKDIR}/${CPAN_NAME}-${PV}" |
24 | 24 | ||