From c55705e580e50c7aca7425eb0c46f70ef9694087 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 22 Jul 2025 11:12:28 +0800 Subject: [PATCH] libcgi-perl: upgrade 4.68 -> 4.70 add liburi-perl to ptest to fix issue: | not ok 135 - calling bake() without mod_perl should survive | # Failed test 'calling bake() without mod_perl should survive' | # at t/cookie.t line 448. | # got: 'Can't locate URI.pm in @INC (you may need to install the URI module) (@INC entries checked: . /usr/lib/perl5/site_perl/5.40.2/x86_64-linux /usr/lib/perl5/site_perl/5.40.2 /usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux /usr/lib/perl5/vendor_perl/5.40.2 /usr/lib/perl5/5.40.2/x86_64-linux /usr/lib/perl5/5.40.2) at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # Compilation failed in require at /usr/lib/perl5/vendor_perl/5.40.2/CGI/Cookie.pm line 183. Changelog: ========== - remove github/coveralls/travis badges - add github actions for CI Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../libcgi/{libcgi-perl_4.68.bb => libcgi-perl_4.70.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-perl/recipes-perl/libcgi/{libcgi-perl_4.68.bb => libcgi-perl_4.70.bb} (92%) diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.70.bb similarity index 92% rename from meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb rename to meta-perl/recipes-perl/libcgi/libcgi-perl_4.70.bb index 0c738b0b06..59803b403a 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.70.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=415fc49abed2728f9480cd32c8d67beb" SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" -SRC_URI[sha256sum] = "12fb5a5b392032413571169257f98533488005550774bcbd0715be687a590cf2" +SRC_URI[sha256sum] = "538ad19c40402e3bbbe00e6d374c3ce2966feb391096dac883ac5104c2083bc9" S = "${UNPACKDIR}/CGI-${PV}" @@ -34,6 +34,7 @@ do_install:prepend() { RDEPENDS:${PN}-ptest += " \ libtest-deep-perl \ libtest-warn-perl \ + liburi-perl \ perl-module-bytes \ perl-module-file-find \ perl-module-filehandle \