diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-perl/recipes-perl/libcgi | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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" |
