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-oe/recipes-devtools/perl | |
| 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-oe/recipes-devtools/perl')
4 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb index 75fad46bfd..311cf27307 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb | |||
| @@ -17,7 +17,7 @@ S = "${WORKDIR}/DBI-${PV}" | |||
| 17 | 17 | ||
| 18 | inherit cpan ptest-perl | 18 | inherit cpan ptest-perl |
| 19 | 19 | ||
| 20 | do_install_prepend() { | 20 | do_install:prepend() { |
| 21 | # test requires "-T" (taint) command line option | 21 | # test requires "-T" (taint) command line option |
| 22 | rm -rf ${B}/t/pod-coverage.t | 22 | rm -rf ${B}/t/pod-coverage.t |
| 23 | rm -rf ${B}/t/13taint.t | 23 | rm -rf ${B}/t/13taint.t |
| @@ -27,7 +27,7 @@ do_install_prepend() { | |||
| 27 | rm -rf ${B}/t/z*.t | 27 | rm -rf ${B}/t/z*.t |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | RDEPENDS_${PN}_class-target = " \ | 30 | RDEPENDS:${PN}:class-target = " \ |
| 31 | perl \ | 31 | perl \ |
| 32 | perl-module-carp \ | 32 | perl-module-carp \ |
| 33 | perl-module-exporter \ | 33 | perl-module-exporter \ |
| @@ -38,7 +38,7 @@ RDEPENDS_${PN}_class-target = " \ | |||
| 38 | perl-module-universal \ | 38 | perl-module-universal \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | RDEPENDS_${PN}-ptest = " \ | 41 | RDEPENDS:${PN}-ptest = " \ |
| 42 | ${PN} \ | 42 | ${PN} \ |
| 43 | perl-module-b \ | 43 | perl-module-b \ |
| 44 | perl-module-benchmark \ | 44 | perl-module-benchmark \ |
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb index b6bc80784a..4d0422ecf8 100644 --- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb | |||
| @@ -12,5 +12,5 @@ S = "${WORKDIR}/IO-Tty-${PV}" | |||
| 12 | 12 | ||
| 13 | inherit cpan | 13 | inherit cpan |
| 14 | 14 | ||
| 15 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" | 15 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb index 4e7aeb1286..156d6c352e 100644 --- a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb +++ b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb | |||
| @@ -17,6 +17,6 @@ S = "${WORKDIR}/git" | |||
| 17 | 17 | ||
| 18 | inherit cpan | 18 | inherit cpan |
| 19 | 19 | ||
| 20 | RDEPENDS_${PN} += "perl" | 20 | RDEPENDS:${PN} += "perl" |
| 21 | 21 | ||
| 22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb index ffe7a7d991..ccd86829b2 100644 --- a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb +++ b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb | |||
| @@ -25,6 +25,6 @@ do_compile() { | |||
| 25 | cpan_do_compile | 25 | cpan_do_compile |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | RDEPENDS_${PN} += "perl perl-module-perlio" | 28 | RDEPENDS:${PN} += "perl perl-module-perlio" |
| 29 | 29 | ||
| 30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
