diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-27 21:52:23 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:32 -0700 |
commit | 9add565ba4dfc8239ed72baf7662cad2c4b21a99 (patch) | |
tree | efc614c1ee93d1f547c383e3965bb56188eea163 /meta-perl | |
parent | df3ccf9e43a3a911dc37e01817c023e305e33203 (diff) | |
download | meta-openembedded-contrib-9add565ba4dfc8239ed72baf7662cad2c4b21a99.tar.gz |
libcgi-perl: upgrade 4.43 -> 4.44
Add ptest dependencies
Upstream release notes:
4.44 2019-06-03
[ ENHANCEMENT ]
- Replace only use of "base" with "parent" (GH #235)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcgi/libcgi-perl_4.44.bb (renamed from meta-perl/recipes-perl/libcgi/libcgi-perl_4.43.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.43.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.44.bb index b4571b27e62..cde187d8bdd 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.43.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.44.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" -SRC_URI[md5sum] = "8c1f2cf11e4410911827ea48d58aaecc" -SRC_URI[sha256sum] = "14b94f9df6e48fc26ebc4fa1e01a7b534cbc1611028a49028f9ac9d8ca27b734" +SRC_URI[md5sum] = "2cbe560fdadbb8b9237744e39bbfc3eb" +SRC_URI[sha256sum] = "12435fb7ebd3585c47b6d60ee4f5c7d6a7c114a2827d2b5acf3d62aa9fcf1208" S = "${WORKDIR}/CGI-${PV}" @@ -34,6 +34,7 @@ do_install_prepend() { RDEPENDS_${PN}-ptest += " \ libtest-deep-perl \ + libtest-warn-perl \ perl-module-bytes \ perl-module-file-find \ perl-module-filehandle \ |