[oe-commits] [openembedded-core] 01/07: libtest-needs-perl: upgrade 0.002005 -> 0.002006

git at git.openembedded.org git at git.openembedded.org
Thu May 16 15:35:41 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit bec77f5d48055bd30ee69acb43d67c2d05180f7b
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Wed May 15 17:29:19 2019 -0700

    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
    
    Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 ...test-needs-perl_0.002005.bb => libtest-needs-perl_0.002006.bb} | 8 ++++----
 1 file 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
similarity index 72%
rename from meta/recipes-devtools/perl/libtest-needs-perl_0.002005.bb
rename to meta/recipes-devtools/perl/libtest-needs-perl_0.002006.bb
index e5ab7a3..3abb9aa 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+"
 CPAN_NAME = "Test-Needs"
 CPAN_AUTHOR = "HAARG"
 
-LIC_FILES_CHKSUM = "file://README;md5=3f3ccd21a0a48aa313db212cc3b1bc09;beginline=81;endline=82"
+LIC_FILES_CHKSUM = "file://README;md5=3f3ccd21a0a48aa313db212cc3b1bc09;beginline=88;endline=89"
 
 DEPENDS += "perl"
 
-SRC_URI = "http://www.cpan.org/authors/id/H/HA/${CPAN_AUTHOR}/${CPAN_NAME}-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/H/HA/${CPAN_AUTHOR}/${CPAN_NAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "356634a56c99282e8059f290f5d534c8"
-SRC_URI[sha256sum] = "5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399"
+SRC_URI[md5sum] = "d5c96d51d8d5510f7c0b7f354c49af1c"
+SRC_URI[sha256sum] = "77f9fff0c96c5e09f34d0416b3533c3319f7cd0bb1f7fe8f8072ad59f433f0e5"
 
 S = "${WORKDIR}/${CPAN_NAME}-${PV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list