summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-devtools/perl
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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')
-rw-r--r--meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb6
-rw-r--r--meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb2
-rw-r--r--meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb2
-rw-r--r--meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb2
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
18inherit cpan ptest-perl 18inherit cpan ptest-perl
19 19
20do_install_prepend() { 20do_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
30RDEPENDS_${PN}_class-target = " \ 30RDEPENDS:${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
41RDEPENDS_${PN}-ptest = " \ 41RDEPENDS:${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
13inherit cpan 13inherit cpan
14 14
15FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" 15FILES:${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
18inherit cpan 18inherit cpan
19 19
20RDEPENDS_${PN} += "perl" 20RDEPENDS:${PN} += "perl"
21 21
22BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "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
28RDEPENDS_${PN} += "perl perl-module-perlio" 28RDEPENDS:${PN} += "perl perl-module-perlio"
29 29
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"