diff options
Diffstat (limited to 'meta-perl/recipes-perl/libcgi')
| -rw-r--r-- | meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb index 2f1a860315..04bc362dfb 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb | |||
| @@ -16,14 +16,14 @@ S = "${WORKDIR}/CGI-${PV}" | |||
| 16 | 16 | ||
| 17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
| 20 | libhtml-parser-perl \ | 20 | libhtml-parser-perl \ |
| 21 | perl-module-base \ | 21 | perl-module-base \ |
| 22 | perl-module-deprecate \ | 22 | perl-module-deprecate \ |
| 23 | perl-module-if \ | 23 | perl-module-if \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | do_install_prepend() { | 26 | do_install:prepend() { |
| 27 | # requires "-T" (taint) command line option | 27 | # requires "-T" (taint) command line option |
| 28 | rm -rf ${B}/t/push.t | 28 | rm -rf ${B}/t/push.t |
| 29 | rm -rf ${B}/t/utf8.t | 29 | rm -rf ${B}/t/utf8.t |
| @@ -31,7 +31,7 @@ do_install_prepend() { | |||
| 31 | rm -rf ${B}/t/compiles_pod.t | 31 | rm -rf ${B}/t/compiles_pod.t |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 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 | perl-module-bytes \ | 37 | perl-module-bytes \ |
| @@ -45,6 +45,6 @@ RDEPENDS_${PN}-ptest += " \ | |||
| 45 | perl-module-utf8 \ | 45 | perl-module-utf8 \ |
| 46 | " | 46 | " |
| 47 | 47 | ||
| 48 | RPROVIDES_${PN} += "perl-module-cgi" | 48 | RPROVIDES:${PN} += "perl-module-cgi" |
| 49 | 49 | ||
| 50 | BBCLASSEXTEND = "native" | 50 | BBCLASSEXTEND = "native" |
