diff options
author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-07-22 11:12:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-22 16:39:48 -0700 |
commit | c55705e580e50c7aca7425eb0c46f70ef9694087 (patch) | |
tree | 5586df57e5e6d2d9baade0e52100f3a870ef035e | |
parent | 9547f3517523ad8d8046dec4fef4993c5d3ec07a (diff) | |
download | meta-openembedded-c55705e580e50c7aca7425eb0c46f70ef9694087.tar.gz |
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 <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-perl/recipes-perl/libcgi/libcgi-perl_4.70.bb (renamed from meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb b/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" | |||
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "12fb5a5b392032413571169257f98533488005550774bcbd0715be687a590cf2" | 13 | SRC_URI[sha256sum] = "538ad19c40402e3bbbe00e6d374c3ce2966feb391096dac883ac5104c2083bc9" |
14 | 14 | ||
15 | S = "${UNPACKDIR}/CGI-${PV}" | 15 | S = "${UNPACKDIR}/CGI-${PV}" |
16 | 16 | ||
@@ -34,6 +34,7 @@ do_install:prepend() { | |||
34 | RDEPENDS:${PN}-ptest += " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
35 | libtest-deep-perl \ | 35 | libtest-deep-perl \ |
36 | libtest-warn-perl \ | 36 | libtest-warn-perl \ |
37 | liburi-perl \ | ||
37 | perl-module-bytes \ | 38 | perl-module-bytes \ |
38 | perl-module-file-find \ | 39 | perl-module-file-find \ |
39 | perl-module-filehandle \ | 40 | perl-module-filehandle \ |