diff options
Diffstat (limited to 'meta-perl/recipes-perl/libcgi')
-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 \ |