diff options
Diffstat (limited to 'meta-perl')
63 files changed, 132 insertions, 132 deletions
diff --git a/meta-perl/README b/meta-perl/README index 2419ae228..c519dff52 100644 --- a/meta-perl/README +++ b/meta-perl/README | |||
@@ -36,7 +36,7 @@ help for each package. | |||
36 | 36 | ||
37 | 1) vim local.conf: | 37 | 1) vim local.conf: |
38 | ... | 38 | ... |
39 | IMAGE_INSTALL_append = " libdbd-sqlite-perl" | 39 | IMAGE_INSTALL:append = " libdbd-sqlite-perl" |
40 | PERL_DBM_TEST = "1" | 40 | PERL_DBM_TEST = "1" |
41 | ... | 41 | ... |
42 | 2) build core-image-sato and boot the target | 42 | 2) build core-image-sato and boot the target |
diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb index bb9faa2c0..38ef0f8dc 100644 --- a/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb +++ b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb | |||
@@ -21,9 +21,9 @@ S = "${WORKDIR}/${BPN}" | |||
21 | inherit useradd | 21 | inherit useradd |
22 | 22 | ||
23 | USERADD_PACKAGES = "${PN}" | 23 | USERADD_PACKAGES = "${PN}" |
24 | USERADD_PARAM_${PN} = "-m -g ${BPN} -G adm -r -d ${localstatedir}/lib/${BPN} \ | 24 | USERADD_PARAM:${PN} = "-m -g ${BPN} -G adm -r -d ${localstatedir}/lib/${BPN} \ |
25 | -s /bin/false -c 'logcheck account' ${BPN}" | 25 | -s /bin/false -c 'logcheck account' ${BPN}" |
26 | GROUPADD_PARAM_${PN} = "-r ${BPN}" | 26 | GROUPADD_PARAM:${PN} = "-r ${BPN}" |
27 | 27 | ||
28 | do_install() { | 28 | do_install() { |
29 | # Fix QA Issue | 29 | # Fix QA Issue |
@@ -62,7 +62,7 @@ do_install() { | |||
62 | 62 | ||
63 | VIRTUAL-RUNTIME_syslog ??= "rsyslog" | 63 | VIRTUAL-RUNTIME_syslog ??= "rsyslog" |
64 | 64 | ||
65 | RDEPENDS_${PN} = "\ | 65 | RDEPENDS:${PN} = "\ |
66 | bash \ | 66 | bash \ |
67 | cronie \ | 67 | cronie \ |
68 | debianutils-run-parts \ | 68 | debianutils-run-parts \ |
@@ -76,4 +76,4 @@ RDEPENDS_${PN} = "\ | |||
76 | ${VIRTUAL-RUNTIME_syslog} \ | 76 | ${VIRTUAL-RUNTIME_syslog} \ |
77 | " | 77 | " |
78 | 78 | ||
79 | FILES_${PN} += "${datadir}/logtail" | 79 | FILES:${PN} += "${datadir}/logtail" |
diff --git a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb index 2516fbfca..291990457 100644 --- a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb +++ b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb | |||
@@ -17,11 +17,11 @@ SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RDEPENDS_${PN} += "libmime-types-perl libproc-waitstat-perl msmtp \ | 20 | RDEPENDS:${PN} += "libmime-types-perl libproc-waitstat-perl msmtp \ |
21 | perl-module-filehandle perl-module-mime-base64 perl-module-mime-quotedprint perl-module-posix \ | 21 | perl-module-filehandle perl-module-mime-base64 perl-module-mime-quotedprint perl-module-posix \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_append() { | 24 | do_install:append() { |
25 | #change the interpreter in file | 25 | #change the interpreter in file |
26 | sed -i -e "s|${STAGING_BINDIR_NATIVE}/perl-native/perl -w|${bindir}/env perl|g" \ | 26 | sed -i -e "s|${STAGING_BINDIR_NATIVE}/perl-native/perl -w|${bindir}/env perl|g" \ |
27 | ${D}/${bindir}/mime-construct | 27 | ${D}/${bindir}/mime-construct |
diff --git a/meta-perl/recipes-perl/adduser/adduser_3.118.bb b/meta-perl/recipes-perl/adduser/adduser_3.118.bb index 80cf14286..7554014fa 100644 --- a/meta-perl/recipes-perl/adduser/adduser_3.118.bb +++ b/meta-perl/recipes-perl/adduser/adduser_3.118.bb | |||
@@ -37,7 +37,7 @@ do_install() { | |||
37 | cp -rf ${S}/examples ${D}${docdir}/${BPN} | 37 | cp -rf ${S}/examples ${D}${docdir}/${BPN} |
38 | } | 38 | } |
39 | 39 | ||
40 | RDEPENDS_${PN} += "\ | 40 | RDEPENDS:${PN} += "\ |
41 | shadow \ | 41 | shadow \ |
42 | perl-module-getopt-long \ | 42 | perl-module-getopt-long \ |
43 | perl-module-overloading \ | 43 | perl-module-overloading \ |
@@ -45,7 +45,7 @@ RDEPENDS_${PN} += "\ | |||
45 | perl-module-file-temp \ | 45 | perl-module-file-temp \ |
46 | " | 46 | " |
47 | 47 | ||
48 | ALTERNATIVE_${PN} = "adduser deluser addgroup delgroup" | 48 | ALTERNATIVE:${PN} = "adduser deluser addgroup delgroup" |
49 | ALTERNATIVE_PRIORITY = "60" | 49 | ALTERNATIVE_PRIORITY = "60" |
50 | ALTERNATIVE_LINK_NAME[adduser] = "${sbindir}/adduser" | 50 | ALTERNATIVE_LINK_NAME[adduser] = "${sbindir}/adduser" |
51 | ALTERNATIVE_LINK_NAME[deluser] = "${sbindir}/deluser" | 51 | ALTERNATIVE_LINK_NAME[deluser] = "${sbindir}/deluser" |
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb index 7118dc006..ee7c4d750 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb | |||
@@ -27,14 +27,14 @@ do_install_ptest() { | |||
27 | install -m 0755 ${S}/test.pl ${D}${PTEST_PATH} | 27 | install -m 0755 ${S}/test.pl ${D}${PTEST_PATH} |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN} += "\ | 30 | RDEPENDS:${PN} += "\ |
31 | libdata-hexdump-perl \ | 31 | libdata-hexdump-perl \ |
32 | perl-module-digest-md5 \ | 32 | perl-module-digest-md5 \ |
33 | perl-module-data-dumper \ | 33 | perl-module-data-dumper \ |
34 | perl-module-io-select \ | 34 | perl-module-io-select \ |
35 | perl-module-io-socket \ | 35 | perl-module-io-socket \ |
36 | " | 36 | " |
37 | RDEPENDS_${PN}-ptest += " \ | 37 | RDEPENDS:${PN}-ptest += " \ |
38 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'freeradius', '', d)} \ | 38 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'freeradius', '', d)} \ |
39 | " | 39 | " |
40 | 40 | ||
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb index c75deb0c3..4212dd228 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "Artistic-1.0|GPL-1.0+" | |||
9 | LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" | 9 | LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" |
10 | 10 | ||
11 | DEPENDS = "perl" | 11 | DEPENDS = "perl" |
12 | RDEPENDS_${PN} = "libdigest-hmac-perl" | 12 | RDEPENDS:${PN} = "libdigest-hmac-perl" |
13 | 13 | ||
14 | SRC_URI = "http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-${PV}.tar.gz \ | 14 | SRC_URI = "http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb index 3b3e31dd9..358513121 100644 --- a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb +++ b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb | |||
@@ -22,7 +22,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
22 | 22 | ||
23 | inherit cpan ptest-perl | 23 | inherit cpan ptest-perl |
24 | 24 | ||
25 | RDEPENDS_${PN} = " \ | 25 | RDEPENDS:${PN} = " \ |
26 | perl-module-carp \ | 26 | perl-module-carp \ |
27 | perl-module-exporter \ | 27 | perl-module-exporter \ |
28 | perl-module-extutils-makemaker \ | 28 | perl-module-extutils-makemaker \ |
@@ -40,6 +40,6 @@ RDEPENDS_${PN} = " \ | |||
40 | perl-module-warnings \ | 40 | perl-module-warnings \ |
41 | " | 41 | " |
42 | 42 | ||
43 | RDEPENDS_${PN}-ptest += "perl-module-perlio" | 43 | RDEPENDS:${PN}-ptest += "perl-module-perlio" |
44 | 44 | ||
45 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |
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 2f1a86031..04bc362df 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" |
diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb index 58ed37ca8..dc62f58e9 100644 --- a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb +++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/Class-Method-Modifiers-${PV}" | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RDEPENDS_${PN} = " perl-module-b \ | 20 | RDEPENDS:${PN} = " perl-module-b \ |
21 | perl-module-base \ | 21 | perl-module-base \ |
22 | perl-module-carp \ | 22 | perl-module-carp \ |
23 | perl-module-exporter \ | 23 | perl-module-exporter \ |
diff --git a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb index 38598e2b4..ea9dfed26 100644 --- a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb +++ b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb | |||
@@ -18,21 +18,21 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" | |||
18 | 18 | ||
19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" | 19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" |
20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" | 20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" |
21 | RDEPENDS_${PN} += "libcapture-tiny-perl" | 21 | RDEPENDS:${PN} += "libcapture-tiny-perl" |
22 | RDEPENDS_${PN} += "perl-module-base" | 22 | RDEPENDS:${PN} += "perl-module-base" |
23 | RDEPENDS_${PN} += "perl-module-carp" | 23 | RDEPENDS:${PN} += "perl-module-carp" |
24 | RDEPENDS_${PN} += "perl-module-config" | 24 | RDEPENDS:${PN} += "perl-module-config" |
25 | RDEPENDS_${PN} += "perl-module-constant" | 25 | RDEPENDS:${PN} += "perl-module-constant" |
26 | RDEPENDS_${PN} += "perl-module-file-basename" | 26 | RDEPENDS:${PN} += "perl-module-file-basename" |
27 | RDEPENDS_${PN} += "perl-module-file-spec" | 27 | RDEPENDS:${PN} += "perl-module-file-spec" |
28 | RDEPENDS_${PN} += "perl-module-file-temp" | 28 | RDEPENDS:${PN} += "perl-module-file-temp" |
29 | RDEPENDS_${PN} += "perl-module-extutils-cbuilder" | 29 | RDEPENDS:${PN} += "perl-module-extutils-cbuilder" |
30 | RDEPENDS_${PN} += "perl-module-extutils-cbuilder-platform-unix" | 30 | RDEPENDS:${PN} += "perl-module-extutils-cbuilder-platform-unix" |
31 | RDEPENDS_${PN} += "perl-module-scalar-util" | 31 | RDEPENDS:${PN} += "perl-module-scalar-util" |
32 | RDEPENDS_${PN} += "perl-module-strict" | 32 | RDEPENDS:${PN} += "perl-module-strict" |
33 | RDEPENDS_${PN} += "perl-module-text-parsewords" | 33 | RDEPENDS:${PN} += "perl-module-text-parsewords" |
34 | RDEPENDS_${PN} += "perl-module-warnings" | 34 | RDEPENDS:${PN} += "perl-module-warnings" |
35 | RRECOMMENDS_${PN} += "libfile-slurper-perl" | 35 | RRECOMMENDS:${PN} += "libfile-slurper-perl" |
36 | 36 | ||
37 | S = "${WORKDIR}/Config-AutoConf-${PV}" | 37 | S = "${WORKDIR}/Config-AutoConf-${PV}" |
38 | 38 | ||
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb index b0a193757..7bce621bc 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "87c1dd7f0f80fcd3d1396bce9fd9962e7791e748dc0584802f8d10cc95 | |||
9 | 9 | ||
10 | DEPENDS += "openssl" | 10 | DEPENDS += "openssl" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | perl-module-config \ | 13 | perl-module-config \ |
14 | perl-module-exporter \ | 14 | perl-module-exporter \ |
15 | perl-module-extutils-mm \ | 15 | perl-module-extutils-mm \ |
@@ -31,6 +31,6 @@ BBCLASSEXTEND = "native" | |||
31 | # for backwards compatibility | 31 | # for backwards compatibility |
32 | PROVIDES_${PN} += "libcrypt-openssl-guess" | 32 | PROVIDES_${PN} += "libcrypt-openssl-guess" |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += "\ | 34 | RDEPENDS:${PN}-ptest += "\ |
35 | perl-module-test-more \ | 35 | perl-module-test-more \ |
36 | " | 36 | " |
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb index a2ebb8c7a..5b6e9b493 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb | |||
@@ -19,14 +19,14 @@ EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -L${STAGI | |||
19 | 19 | ||
20 | inherit cpan ptest-perl | 20 | inherit cpan ptest-perl |
21 | 21 | ||
22 | RDEPENDS_${PN} += "\ | 22 | RDEPENDS:${PN} += "\ |
23 | perl-module-exporter \ | 23 | perl-module-exporter \ |
24 | perl-module-strict \ | 24 | perl-module-strict \ |
25 | perl-module-vars \ | 25 | perl-module-vars \ |
26 | perl-module-xsloader \ | 26 | perl-module-xsloader \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN}-ptest += "\ | 29 | RDEPENDS:${PN}-ptest += "\ |
30 | perl-module-file-copy \ | 30 | perl-module-file-copy \ |
31 | perl-module-test-more \ | 31 | perl-module-test-more \ |
32 | " | 32 | " |
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb index 68d921c3c..9a42b52cb 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "4173403ad4cf76732192099f833fbfbf3cd8104e0246b3844187ae384d | |||
10 | 10 | ||
11 | DEPENDS += "libcrypt-openssl-guess-perl-native openssl" | 11 | DEPENDS += "libcrypt-openssl-guess-perl-native openssl" |
12 | 12 | ||
13 | RDEPENDS_${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
14 | libcrypt-openssl-random-perl \ | 14 | libcrypt-openssl-random-perl \ |
15 | perl-module-autoloader \ | 15 | perl-module-autoloader \ |
16 | perl-module-carp \ | 16 | perl-module-carp \ |
@@ -30,7 +30,7 @@ do_compile() { | |||
30 | cpan_do_compile | 30 | cpan_do_compile |
31 | } | 31 | } |
32 | 32 | ||
33 | RDEPENDS_${PN}-ptest = " \ | 33 | RDEPENDS:${PN}-ptest = " \ |
34 | ${PN} \ | 34 | ${PN} \ |
35 | perl-module-file-copy \ | 35 | perl-module-file-copy \ |
36 | perl-module-test \ | 36 | perl-module-test \ |
diff --git a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb index 44c651c4c..4493a7e5e 100644 --- a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb +++ b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | |||
@@ -33,6 +33,6 @@ do_install_ptest () { | |||
33 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |
34 | 34 | ||
35 | ALTERNATIVES_PRIORITY = "100" | 35 | ALTERNATIVES_PRIORITY = "100" |
36 | ALTERNATIVE_${PN} = "hexdump" | 36 | ALTERNATIVE:${PN} = "hexdump" |
37 | ALTERNATIVE_LINK_NAME[hexdump] = "${bindir}/hexdump" | 37 | ALTERNATIVE_LINK_NAME[hexdump] = "${bindir}/hexdump" |
38 | 38 | ||
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb index b52a36686..c328696b0 100644 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb | |||
@@ -24,14 +24,14 @@ DEPENDS += "libdbi-perl-native" | |||
24 | 24 | ||
25 | inherit cpan ptest-perl | 25 | inherit cpan ptest-perl |
26 | 26 | ||
27 | RDEPENDS_${PN} += "libdbi-perl \ | 27 | RDEPENDS:${PN} += "libdbi-perl \ |
28 | sqlite3 \ | 28 | sqlite3 \ |
29 | perl-module-constant \ | 29 | perl-module-constant \ |
30 | perl-module-locale \ | 30 | perl-module-locale \ |
31 | perl-module-tie-hash \ | 31 | perl-module-tie-hash \ |
32 | " | 32 | " |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | if [ ${PERL_DBM_TEST} = "1" ]; then | 35 | if [ ${PERL_DBM_TEST} = "1" ]; then |
36 | install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl | 36 | install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl |
37 | fi | 37 | fi |
@@ -42,7 +42,7 @@ do_install_ptest() { | |||
42 | chown -R root:root ${D}${PTEST_PATH} | 42 | chown -R root:root ${D}${PTEST_PATH} |
43 | } | 43 | } |
44 | 44 | ||
45 | RDEPENDS_${PN}-ptest += " \ | 45 | RDEPENDS:${PN}-ptest += " \ |
46 | libtest-nowarnings-perl \ | 46 | libtest-nowarnings-perl \ |
47 | perl-module-lib \ | 47 | perl-module-lib \ |
48 | perl-module-encode \ | 48 | perl-module-encode \ |
diff --git a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb index 0ce242454..9f9950e35 100644 --- a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb +++ b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/Devel-GlobalDestruction-${PV}" | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RDEPENDS_${PN} = " libsub-exporter-progressive-perl \ | 20 | RDEPENDS:${PN} = " libsub-exporter-progressive-perl \ |
21 | " | 21 | " |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb index 8f1c98c67..10b4d6e2b 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb | |||
@@ -6,7 +6,7 @@ SECTION = "libs" | |||
6 | LICENSE = "Artistic-1.0|GPLv1+" | 6 | LICENSE = "Artistic-1.0|GPLv1+" |
7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | 9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" |
10 | 10 | ||
11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ | 11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb index 0371ea68c..91c5f08f9 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | |||
@@ -22,4 +22,4 @@ do_install_ptest () { | |||
22 | 22 | ||
23 | BBCLASSEXTEND="native" | 23 | BBCLASSEXTEND="native" |
24 | 24 | ||
25 | FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" | 25 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" |
diff --git a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb index 748f746a0..700974b42 100644 --- a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb +++ b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/Encode-Locale-${PV}" | |||
13 | 13 | ||
14 | inherit cpan | 14 | inherit cpan |
15 | 15 | ||
16 | RDEPENDS_${PN} += "libencode-perl \ | 16 | RDEPENDS:${PN} += "libencode-perl \ |
17 | libencode-alias-perl \ | 17 | libencode-alias-perl \ |
18 | perl-module-base \ | 18 | perl-module-base \ |
19 | " | 19 | " |
diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb b/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb index 7c213f659..f1d44b309 100644 --- a/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb +++ b/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb | |||
@@ -23,7 +23,7 @@ S = "${WORKDIR}/Encode-${PV}" | |||
23 | 23 | ||
24 | inherit cpan ptest-perl | 24 | inherit cpan ptest-perl |
25 | 25 | ||
26 | do_install_prepend() { | 26 | do_install:prepend() { |
27 | # Requires "-T" (taint) option on command line | 27 | # Requires "-T" (taint) option on command line |
28 | rm -rf ${B}/t/taint.t | 28 | rm -rf ${B}/t/taint.t |
29 | # Circular dependency of perl-module-open on perl-module-encode | 29 | # Circular dependency of perl-module-open on perl-module-encode |
@@ -42,9 +42,9 @@ do_install_ptest() { | |||
42 | # file /usr/bin/enc2xs from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 42 | # file /usr/bin/enc2xs from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
43 | # file /usr/bin/encguess from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 43 | # file /usr/bin/encguess from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
44 | # file /usr/bin/piconv from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 44 | # file /usr/bin/piconv from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
45 | RCONFLICTS_${PN} = "perl-misc perl-module-encode" | 45 | RCONFLICTS:${PN} = "perl-misc perl-module-encode" |
46 | 46 | ||
47 | RDEPENDS_${PN} += " \ | 47 | RDEPENDS:${PN} += " \ |
48 | perl-module-bytes \ | 48 | perl-module-bytes \ |
49 | perl-module-constant \ | 49 | perl-module-constant \ |
50 | perl-module-parent \ | 50 | perl-module-parent \ |
@@ -52,7 +52,7 @@ RDEPENDS_${PN} += " \ | |||
52 | perl-module-xsloader \ | 52 | perl-module-xsloader \ |
53 | " | 53 | " |
54 | 54 | ||
55 | RPROVIDES_${PN} += " \ | 55 | RPROVIDES:${PN} += " \ |
56 | libencode-alias-perl \ | 56 | libencode-alias-perl \ |
57 | libencode-byte-perl \ | 57 | libencode-byte-perl \ |
58 | libencode-cjkconstants-perl \ | 58 | libencode-cjkconstants-perl \ |
@@ -82,7 +82,7 @@ RPROVIDES_${PN} += " \ | |||
82 | libencode-utf_ebcdic-perl \ | 82 | libencode-utf_ebcdic-perl \ |
83 | " | 83 | " |
84 | 84 | ||
85 | RDEPENDS_${PN}-ptest += " \ | 85 | RDEPENDS:${PN}-ptest += " \ |
86 | perl-module-blib \ | 86 | perl-module-blib \ |
87 | perl-module-charnames \ | 87 | perl-module-charnames \ |
88 | perl-module-file-compare \ | 88 | perl-module-file-compare \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb index 7e1418d49..bc5463470 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/ExtUtils-Config-${PV}" | |||
15 | 15 | ||
16 | inherit cpan ptest-perl | 16 | inherit cpan ptest-perl |
17 | 17 | ||
18 | RDEPENDS_${PN} = " perl-module-extutils-makemaker \ | 18 | RDEPENDS:${PN} = " perl-module-extutils-makemaker \ |
19 | perl-module-data-dumper \ | 19 | perl-module-data-dumper \ |
20 | perl-module-ipc-open3 \ | 20 | perl-module-ipc-open3 \ |
21 | perl-module-test-more \ | 21 | perl-module-test-more \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb index 876b75c8f..5e869c811 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb | |||
@@ -22,7 +22,7 @@ do_install () { | |||
22 | cpan_do_install | 22 | cpan_do_install |
23 | } | 23 | } |
24 | 24 | ||
25 | RDEPENDS_${PN} = " libcapture-tiny-perl \ | 25 | RDEPENDS:${PN} = " libcapture-tiny-perl \ |
26 | perl-module-scalar-util \ | 26 | perl-module-scalar-util \ |
27 | perl-module-io-file \ | 27 | perl-module-io-file \ |
28 | perl-module-extutils-makemaker \ | 28 | perl-module-extutils-makemaker \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb index c027250b0..3538e11ac 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/ExtUtils-Helpers-${PV}" | |||
15 | 15 | ||
16 | inherit cpan | 16 | inherit cpan |
17 | 17 | ||
18 | RDEPENDS_${PN} = " perl-module-file-copy \ | 18 | RDEPENDS:${PN} = " perl-module-file-copy \ |
19 | perl-module-extutils-makemaker \ | 19 | perl-module-extutils-makemaker \ |
20 | perl-module-exporter \ | 20 | perl-module-exporter \ |
21 | perl-module-carp \ | 21 | perl-module-carp \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb index 2da5e3b4f..de3a745f8 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" | |||
16 | 16 | ||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
19 | RDEPENDS_${PN} = " \ | 19 | RDEPENDS:${PN} = " \ |
20 | libextutils-config-perl \ | 20 | libextutils-config-perl \ |
21 | perl-module-bytes \ | 21 | perl-module-bytes \ |
22 | perl-module-data-dumper \ | 22 | perl-module-data-dumper \ |
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = " \ | |||
25 | perl-module-test-more \ | 25 | perl-module-test-more \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest = " \ | 28 | RDEPENDS:${PN}-ptest = " \ |
29 | ${PN} \ | 29 | ${PN} \ |
30 | perl-module-file-spec-functions \ | 30 | perl-module-file-spec-functions \ |
31 | perl-module-test-more \ | 31 | perl-module-test-more \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb index f57e1224d..e6034904f 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
24 | RDEPENDS_${PN} += " perl-module-carp \ | 24 | RDEPENDS:${PN} += " perl-module-carp \ |
25 | perl-module-cwd \ | 25 | perl-module-cwd \ |
26 | perl-module-dynaloader \ | 26 | perl-module-dynaloader \ |
27 | perl-module-extutils-cbuilder \ | 27 | perl-module-extutils-cbuilder \ |
@@ -33,7 +33,7 @@ RDEPENDS_${PN} += " perl-module-carp \ | |||
33 | perl-module-test-more \ | 33 | perl-module-test-more \ |
34 | " | 34 | " |
35 | 35 | ||
36 | RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \ | 36 | RPROVIDES:${PN} += " libextutils-parsexs-constants-perl \ |
37 | libextutils-parsexs-countlines-perl \ | 37 | libextutils-parsexs-countlines-perl \ |
38 | libextutils-parsexs-eval-perl \ | 38 | libextutils-parsexs-eval-perl \ |
39 | libextutils-parsexs-utilities-perl \ | 39 | libextutils-parsexs-utilities-perl \ |
diff --git a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb index 415652c1e..4a2cb73e8 100644 --- a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb +++ b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/File-Slurper-${PV}.tar.gz" | |||
15 | 15 | ||
16 | SRC_URI[md5sum] = "5742c63096392dfee50b8db314bcca18" | 16 | SRC_URI[md5sum] = "5742c63096392dfee50b8db314bcca18" |
17 | SRC_URI[sha256sum] = "4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578" | 17 | SRC_URI[sha256sum] = "4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578" |
18 | RDEPENDS_${PN} = " \ | 18 | RDEPENDS:${PN} = " \ |
19 | perl-module-carp \ | 19 | perl-module-carp \ |
20 | perl-module-encode \ | 20 | perl-module-encode \ |
21 | perl-module-exporter \ | 21 | perl-module-exporter \ |
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = " \ | |||
25 | perl-module-warnings \ | 25 | perl-module-warnings \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest += "libtest-warnings-perl \ | 28 | RDEPENDS:${PN}-ptest += "libtest-warnings-perl \ |
29 | perl-module-test-more \ | 29 | perl-module-test-more \ |
30 | " | 30 | " |
31 | 31 | ||
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb index a4c69c97b..38ea9cebc 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb | |||
@@ -23,7 +23,7 @@ do_compile() { | |||
23 | cpan_do_compile | 23 | cpan_do_compile |
24 | } | 24 | } |
25 | 25 | ||
26 | RDEPENDS_${PN} += "\ | 26 | RDEPENDS:${PN} += "\ |
27 | perl-module-exporter \ | 27 | perl-module-exporter \ |
28 | perl-module-strict \ | 28 | perl-module-strict \ |
29 | perl-module-vars \ | 29 | perl-module-vars \ |
@@ -31,7 +31,7 @@ RDEPENDS_${PN} += "\ | |||
31 | libhtml-tagset-perl \ | 31 | libhtml-tagset-perl \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += "\ | 34 | RDEPENDS:${PN}-ptest += "\ |
35 | liburi-perl \ | 35 | liburi-perl \ |
36 | perl-module-config \ | 36 | perl-module-config \ |
37 | perl-module-file-spec \ | 37 | perl-module-file-spec \ |
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb index d6483cc5f..b506589f6 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb | |||
@@ -17,11 +17,11 @@ S = "${WORKDIR}/HTML-Tagset-${PV}" | |||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
19 | 19 | ||
20 | RDEPENDS_${PN} += "perl-module-strict perl-module-vars" | 20 | RDEPENDS:${PN} += "perl-module-strict perl-module-vars" |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += "perl-module-test" | 22 | RDEPENDS:${PN}-ptest += "perl-module-test" |
23 | 23 | ||
24 | do_install_prepend() { | 24 | do_install:prepend() { |
25 | # requires "-T" (taint) command line option | 25 | # requires "-T" (taint) command line option |
26 | rm -rf ${B}/t/pod.t | 26 | rm -rf ${B}/t/pod.t |
27 | } | 27 | } |
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb index 569ac696f..e3c8663ea 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | |||
@@ -26,13 +26,13 @@ export PERL_USE_UNSAFE_INC = "1" | |||
26 | DEPENDS += "libmodule-build-perl-native \ | 26 | DEPENDS += "libmodule-build-perl-native \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RPROVIDES_${PN} = " libhtml-element-perl \ | 29 | RPROVIDES:${PN} = " libhtml-element-perl \ |
30 | libhtml-tree-assubs-perl \ | 30 | libhtml-tree-assubs-perl \ |
31 | libhtml-tree-perl \ | 31 | libhtml-tree-perl \ |
32 | libhtml-treebuilder-perl \ | 32 | libhtml-treebuilder-perl \ |
33 | " | 33 | " |
34 | 34 | ||
35 | RDEPENDS_${PN} = " perl-module-b \ | 35 | RDEPENDS:${PN} = " perl-module-b \ |
36 | perl-module-base \ | 36 | perl-module-base \ |
37 | perl-module-strict \ | 37 | perl-module-strict \ |
38 | perl-module-warnings \ | 38 | perl-module-warnings \ |
diff --git a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb index af08d630a..a0be62968 100644 --- a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb +++ b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb | |||
@@ -24,7 +24,7 @@ S = "${WORKDIR}/Import-Into-${PV}" | |||
24 | 24 | ||
25 | inherit cpan | 25 | inherit cpan |
26 | 26 | ||
27 | RDEPENDS_${PN} = " libmodule-runtime-perl \ | 27 | RDEPENDS:${PN} = " libmodule-runtime-perl \ |
28 | perl-module-strict \ | 28 | perl-module-strict \ |
29 | perl-module-warnings \ | 29 | perl-module-warnings \ |
30 | " | 30 | " |
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb index 4a98ac374..4ab5531ce 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb | |||
@@ -12,7 +12,7 @@ SECTION = "libs" | |||
12 | LICENSE = "Artistic-1.0|GPLv1+" | 12 | LICENSE = "Artistic-1.0|GPLv1+" |
13 | LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8" | 13 | LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | libnet-ssleay-perl \ | 16 | libnet-ssleay-perl \ |
17 | perl-module-autoloader \ | 17 | perl-module-autoloader \ |
18 | perl-module-scalar-util \ | 18 | perl-module-scalar-util \ |
@@ -28,7 +28,7 @@ S = "${WORKDIR}/IO-Socket-SSL-${PV}" | |||
28 | 28 | ||
29 | inherit cpan ptest | 29 | inherit cpan ptest |
30 | 30 | ||
31 | do_install_append () { | 31 | do_install:append () { |
32 | mkdir -p ${D}${docdir}/${PN}/ | 32 | mkdir -p ${D}${docdir}/${PN}/ |
33 | cp ${S}/BUGS ${D}${docdir}/${PN}/ | 33 | cp ${S}/BUGS ${D}${docdir}/${PN}/ |
34 | cp ${S}/Changes ${D}${docdir}/${PN}/ | 34 | cp ${S}/Changes ${D}${docdir}/${PN}/ |
diff --git a/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb b/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb index 0e566c0f2..3f5a27843 100644 --- a/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb +++ b/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/IO-stringy-${PV}" | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RPROVIDES_${PN} += " libio-atomicfile-perl \ | 20 | RPROVIDES:${PN} += " libio-atomicfile-perl \ |
21 | libio-innerfile-perl \ | 21 | libio-innerfile-perl \ |
22 | libio-lines-perl \ | 22 | libio-lines-perl \ |
23 | libio-scalar-perl \ | 23 | libio-scalar-perl \ |
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb index 414753030..fd398a0fe 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb | |||
@@ -21,14 +21,14 @@ S = "${WORKDIR}/MIME-Types-${PV}" | |||
21 | 21 | ||
22 | inherit cpan ptest | 22 | inherit cpan ptest |
23 | 23 | ||
24 | RDEPENDS_${PN} = "\ | 24 | RDEPENDS:${PN} = "\ |
25 | perl-module-base \ | 25 | perl-module-base \ |
26 | perl-module-file-basename \ | 26 | perl-module-file-basename \ |
27 | perl-module-file-spec \ | 27 | perl-module-file-spec \ |
28 | perl-module-overload \ | 28 | perl-module-overload \ |
29 | " | 29 | " |
30 | 30 | ||
31 | RDEPENDS_${PN}-ptest = "perl-module-lib perl-module-test-more" | 31 | RDEPENDS:${PN}-ptest = "perl-module-lib perl-module-test-more" |
32 | #RSUGGESTS_${PN}-ptest = "libmojo-base-perl" | 32 | #RSUGGESTS_${PN}-ptest = "libmojo-base-perl" |
33 | 33 | ||
34 | do_install () { | 34 | do_install () { |
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb index b1a56e56d..ebf2a5b4d 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb | |||
@@ -26,7 +26,7 @@ do_install () { | |||
26 | cpan_build_do_install | 26 | cpan_build_do_install |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN} = " libextutils-config-perl \ | 29 | RDEPENDS:${PN} = " libextutils-config-perl \ |
30 | libextutils-helpers-perl \ | 30 | libextutils-helpers-perl \ |
31 | libextutils-installpaths-perl \ | 31 | libextutils-installpaths-perl \ |
32 | perl-module-xsloader \ | 32 | perl-module-xsloader \ |
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb index aed65d3a8..1d257ce4f 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb | |||
@@ -30,7 +30,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
30 | 30 | ||
31 | inherit cpan | 31 | inherit cpan |
32 | 32 | ||
33 | RDEPENDS_${PN} = " perl-module-base \ | 33 | RDEPENDS:${PN} = " perl-module-base \ |
34 | perl-module-deprecate \ | 34 | perl-module-deprecate \ |
35 | perl-module-file-basename \ | 35 | perl-module-file-basename \ |
36 | perl-module-file-find \ | 36 | perl-module-file-find \ |
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb index 89f0f709a..bb950b80d 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb | |||
@@ -30,7 +30,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
30 | 30 | ||
31 | inherit cpan | 31 | inherit cpan |
32 | 32 | ||
33 | RDEPENDS_${PN} = " perl-module-test-more \ | 33 | RDEPENDS:${PN} = " perl-module-test-more \ |
34 | perl-module-strict \ | 34 | perl-module-strict \ |
35 | " | 35 | " |
36 | 36 | ||
diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb index ecc4d87c8..596d44825 100644 --- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb +++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/Moo-${PV}" | |||
16 | 16 | ||
17 | inherit cpan | 17 | inherit cpan |
18 | 18 | ||
19 | RDEPENDS_${PN} = " libclass-method-modifiers-perl \ | 19 | RDEPENDS:${PN} = " libclass-method-modifiers-perl \ |
20 | libdevel-globaldestruction-perl \ | 20 | libdevel-globaldestruction-perl \ |
21 | libmodule-runtime-perl \ | 21 | libmodule-runtime-perl \ |
22 | librole-tiny-perl \ | 22 | librole-tiny-perl \ |
@@ -26,7 +26,7 @@ RDEPENDS_${PN} = " libclass-method-modifiers-perl \ | |||
26 | perl-module-scalar-util \ | 26 | perl-module-scalar-util \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RPROVIDES_${PN} = " libmethod-inliner-perl \ | 29 | RPROVIDES:${PN} = " libmethod-inliner-perl \ |
30 | libmethod-generate-accessor-perl \ | 30 | libmethod-generate-accessor-perl \ |
31 | libmethod-generate-buildall-perl \ | 31 | libmethod-generate-buildall-perl \ |
32 | libmethod-generate-constructor-perl \ | 32 | libmethod-generate-constructor-perl \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb index f9fa50603..7e485bece 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb | |||
@@ -19,7 +19,7 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} | |||
19 | 19 | ||
20 | inherit cpan ptest-perl | 20 | inherit cpan ptest-perl |
21 | 21 | ||
22 | RDEPENDS_${PN} = " \ | 22 | RDEPENDS:${PN} = " \ |
23 | libdigest-hmac-perl \ | 23 | libdigest-hmac-perl \ |
24 | perl-module-base \ | 24 | perl-module-base \ |
25 | perl-module-constant \ | 25 | perl-module-constant \ |
@@ -37,11 +37,11 @@ RDEPENDS_${PN} = " \ | |||
37 | perl-module-time-local \ | 37 | perl-module-time-local \ |
38 | " | 38 | " |
39 | 39 | ||
40 | RRECOMMENDS_${PN} += " \ | 40 | RRECOMMENDS:${PN} += " \ |
41 | libnet-dns-sec-perl \ | 41 | libnet-dns-sec-perl \ |
42 | " | 42 | " |
43 | 43 | ||
44 | RDEPENDS_${PN}-ptest += " \ | 44 | RDEPENDS:${PN}-ptest += " \ |
45 | perl-module-encode \ | 45 | perl-module-encode \ |
46 | perl-module-encode-byte \ | 46 | perl-module-encode-byte \ |
47 | perl-module-extutils-mm \ | 47 | perl-module-extutils-mm \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb index 240ffec4d..fe7bb3326 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb | |||
@@ -19,7 +19,7 @@ EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L$ | |||
19 | 19 | ||
20 | inherit cpan ptest-perl | 20 | inherit cpan ptest-perl |
21 | 21 | ||
22 | RDEPENDS_${PN} = " \ | 22 | RDEPENDS:${PN} = " \ |
23 | libnet-dns-perl \ | 23 | libnet-dns-perl \ |
24 | libcrypto \ | 24 | libcrypto \ |
25 | perl-module-dynaloader \ | 25 | perl-module-dynaloader \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb index 595160744..c82190a33 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/perl-ldap-${PV}" | |||
18 | 18 | ||
19 | inherit cpan ptest-perl | 19 | inherit cpan ptest-perl |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure:prepend() { |
22 | perl -pi -e 's/auto_install_now.*//g' Makefile.PL | 22 | perl -pi -e 's/auto_install_now.*//g' Makefile.PL |
23 | } | 23 | } |
24 | 24 | ||
@@ -27,14 +27,14 @@ do_install_ptest() { | |||
27 | chown -R root:root ${D}${PTEST_PATH} | 27 | chown -R root:root ${D}${PTEST_PATH} |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN} += " \ | 30 | RDEPENDS:${PN} += " \ |
31 | libconvert-asn1-perl \ | 31 | libconvert-asn1-perl \ |
32 | libio-socket-ssl-perl \ | 32 | libio-socket-ssl-perl \ |
33 | libauthen-sasl-perl \ | 33 | libauthen-sasl-perl \ |
34 | perl-module-integer \ | 34 | perl-module-integer \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RDEPENDS_${PN}-ptest += " \ | 37 | RDEPENDS:${PN}-ptest += " \ |
38 | libxml-sax-base-perl \ | 38 | libxml-sax-base-perl \ |
39 | libxml-sax-writer-perl \ | 39 | libxml-sax-writer-perl \ |
40 | perl-module-file-compare \ | 40 | perl-module-file-compare \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb index 1ef9f0bc3..37586fd4f 100644 --- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb +++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | |||
@@ -10,7 +10,7 @@ HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/" | |||
10 | DEPENDS += "libidn" | 10 | DEPENDS += "libidn" |
11 | # We must need glibc-gconvs to enable charset related functions, | 11 | # We must need glibc-gconvs to enable charset related functions, |
12 | # such as Net::LibIDN::idn_to_ascii(). | 12 | # such as Net::LibIDN::idn_to_ascii(). |
13 | RDEPENDS_${PN}_append_libc-glibc = " glibc-gconvs" | 13 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12" | 16 | SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12" |
@@ -27,8 +27,8 @@ EXTRA_CPANFLAGS += "--disable-tld" | |||
27 | 27 | ||
28 | inherit cpan | 28 | inherit cpan |
29 | 29 | ||
30 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Net/LibIDN/.debug/" | 30 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Net/LibIDN/.debug/" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | rm -rf ${S}/.pc/ | 33 | rm -rf ${S}/.pc/ |
34 | } | 34 | } |
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb index 93a0687b2..effcb3dc7 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
11 | LIC_FILES_CHKSUM = "file://README;beginline=274;endline=294;md5=67d67095d83e339da538a082fad5f38e" | 11 | LIC_FILES_CHKSUM = "file://README;beginline=274;endline=294;md5=67d67095d83e339da538a082fad5f38e" |
12 | 12 | ||
13 | DEPENDS = "openssl zlib openssl-native" | 13 | DEPENDS = "openssl zlib openssl-native" |
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | libssl \ | 15 | libssl \ |
16 | libcrypto \ | 16 | libcrypto \ |
17 | perl-module-carp \ | 17 | perl-module-carp \ |
@@ -43,6 +43,6 @@ do_install_ptest() { | |||
43 | cp -r ${B}/t ${D}${PTEST_PATH} | 43 | cp -r ${B}/t ${D}${PTEST_PATH} |
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Net/SSLeay/.debug/" | 46 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Net/SSLeay/.debug/" |
47 | 47 | ||
48 | RDEPENDS_${PN}-ptest = " perl" | 48 | RDEPENDS:${PN}-ptest = " perl" |
diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb index c5d8271ff..9b259ab87 100644 --- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb +++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | |||
@@ -22,4 +22,4 @@ S = "${WORKDIR}/Net-Telnet-${PV}" | |||
22 | 22 | ||
23 | inherit cpan | 23 | inherit cpan |
24 | 24 | ||
25 | RDEPENDS_${PN} = "perl" | 25 | RDEPENDS:${PN} = "perl" |
diff --git a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb index 1599e61f1..1dbd923b0 100644 --- a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb +++ b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb | |||
@@ -8,7 +8,7 @@ SECTION = "libraries" | |||
8 | LICENSE = "Artistic-1.0|GPLv1+" | 8 | LICENSE = "Artistic-1.0|GPLv1+" |
9 | LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "perl libipc-signal-perl" | 11 | RDEPENDS:${PN} += "perl libipc-signal-perl" |
12 | 12 | ||
13 | S = "${WORKDIR}/Proc-WaitStat-${PV}" | 13 | S = "${WORKDIR}/Proc-WaitStat-${PV}" |
14 | 14 | ||
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb index db8646d7c..df7b9b808 100644 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb | |||
@@ -16,13 +16,13 @@ S = "${WORKDIR}/Role-Tiny-${PV}" | |||
16 | 16 | ||
17 | inherit cpan | 17 | inherit cpan |
18 | 18 | ||
19 | RDEPENDS_${PN} = " perl-module-exporter \ | 19 | RDEPENDS:${PN} = " perl-module-exporter \ |
20 | perl-module-strict \ | 20 | perl-module-strict \ |
21 | perl-module-test-more \ | 21 | perl-module-test-more \ |
22 | perl-module-warnings \ | 22 | perl-module-warnings \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RPROVIDES_${PN} = " librole-tiny-perl \ | 25 | RPROVIDES:${PN} = " librole-tiny-perl \ |
26 | librole-tiny-with-perl \ | 26 | librole-tiny-with-perl \ |
27 | " | 27 | " |
28 | 28 | ||
diff --git a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb index c0113b4fd..7af7f92fb 100644 --- a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb +++ b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+ | LGPL-2.1+" | |||
11 | DEPENDS += "libcapture-tiny-perl-native" | 11 | DEPENDS += "libcapture-tiny-perl-native" |
12 | DEPENDS += "libconfig-autoconf-perl-native" | 12 | DEPENDS += "libconfig-autoconf-perl-native" |
13 | DEPENDS += "libstatgrab" | 13 | DEPENDS += "libstatgrab" |
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | libstatgrab \ | 15 | libstatgrab \ |
16 | perl-module-autoloader \ | 16 | perl-module-autoloader \ |
17 | perl-module-carp \ | 17 | perl-module-carp \ |
diff --git a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb index d1a5b4787..765455b49 100644 --- a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb +++ b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb | |||
@@ -36,13 +36,13 @@ S = "${WORKDIR}/strictures-${PV}" | |||
36 | 36 | ||
37 | inherit cpan ptest-perl | 37 | inherit cpan ptest-perl |
38 | 38 | ||
39 | RDEPENDS_${PN} += " \ | 39 | RDEPENDS:${PN} += " \ |
40 | perl-module-carp \ | 40 | perl-module-carp \ |
41 | perl-module-strict \ | 41 | perl-module-strict \ |
42 | perl-module-test-more \ | 42 | perl-module-test-more \ |
43 | perl-module-warnings \ | 43 | perl-module-warnings \ |
44 | " | 44 | " |
45 | 45 | ||
46 | RDEPENDS_${PN}-ptest += "perl-module-perlio perl-module-perlio-scalar" | 46 | RDEPENDS:${PN}-ptest += "perl-module-perlio perl-module-perlio-scalar" |
47 | 47 | ||
48 | BBCLASSEXTEND = "native" | 48 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb index 3d530d1a1..fa66cd8f3 100644 --- a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb +++ b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}" | |||
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
24 | RDEPENDS_${PN} += " perl-module-carp \ | 24 | RDEPENDS:${PN} += " perl-module-carp \ |
25 | perl-module-list-util \ | 25 | perl-module-list-util \ |
26 | " | 26 | " |
27 | 27 | ||
diff --git a/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb b/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb index f05103787..98c322fab 100644 --- a/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb +++ b/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb | |||
@@ -24,14 +24,14 @@ S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | |||
24 | 24 | ||
25 | inherit cpan ptest-perl | 25 | inherit cpan ptest-perl |
26 | 26 | ||
27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
28 | perl-module-carp \ | 28 | perl-module-carp \ |
29 | perl-module-constant \ | 29 | perl-module-constant \ |
30 | perl-module-strict \ | 30 | perl-module-strict \ |
31 | perl-module-warnings \ | 31 | perl-module-warnings \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
35 | perl-module-cpan \ | 35 | perl-module-cpan \ |
36 | perl-module-exporter \ | 36 | perl-module-exporter \ |
37 | perl-module-extutils-makemaker \ | 37 | perl-module-extutils-makemaker \ |
diff --git a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb index cc1ac6ed5..3948f3c6f 100644 --- a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb +++ b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb | |||
@@ -28,11 +28,11 @@ DEPENDS = "libterm-readkey-perl-native" | |||
28 | 28 | ||
29 | inherit cpan ptest-perl | 29 | inherit cpan ptest-perl |
30 | 30 | ||
31 | RDEPENDS_${PN}-ptest += " \ | 31 | RDEPENDS:${PN}-ptest += " \ |
32 | perl-module-test-more \ | 32 | perl-module-test-more \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_configure_append () { | 35 | do_configure:append () { |
36 | # Hack the dynamic module loader so that it use native modules since it can't load | 36 | # Hack the dynamic module loader so that it use native modules since it can't load |
37 | # the target ones. | 37 | # the target ones. |
38 | if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then | 38 | if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then |
diff --git a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb index c82a1a170..75e1623f9 100644 --- a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb +++ b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb | |||
@@ -35,7 +35,7 @@ S = "${WORKDIR}/Test-Deep-${PV}" | |||
35 | 35 | ||
36 | inherit cpan ptest-perl | 36 | inherit cpan ptest-perl |
37 | 37 | ||
38 | RDEPENDS_${PN} += " \ | 38 | RDEPENDS:${PN} += " \ |
39 | perl-module-dynaloader \ | 39 | perl-module-dynaloader \ |
40 | perl-module-exporter \ | 40 | perl-module-exporter \ |
41 | perl-module-fcntl \ | 41 | perl-module-fcntl \ |
@@ -46,7 +46,7 @@ RDEPENDS_${PN} += " \ | |||
46 | perl-module-warnings \ | 46 | perl-module-warnings \ |
47 | " | 47 | " |
48 | 48 | ||
49 | RDEPENDS_${PN}-ptest += " \ | 49 | RDEPENDS:${PN}-ptest += " \ |
50 | perl-module-if \ | 50 | perl-module-if \ |
51 | perl-module-lib \ | 51 | perl-module-lib \ |
52 | perl-module-test-more \ | 52 | perl-module-test-more \ |
diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb index c9ba59480..7d7f336c3 100644 --- a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb +++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb | |||
@@ -35,11 +35,11 @@ S = "${WORKDIR}/Test-Harness-${PV}" | |||
35 | 35 | ||
36 | inherit cpan ptest-perl | 36 | inherit cpan ptest-perl |
37 | 37 | ||
38 | RDEPENDS_${PN} += "\ | 38 | RDEPENDS:${PN} += "\ |
39 | perl-module-benchmark \ | 39 | perl-module-benchmark \ |
40 | " | 40 | " |
41 | 41 | ||
42 | RPROVIDES_${PN} += "libapp-prove-perl \ | 42 | RPROVIDES:${PN} += "libapp-prove-perl \ |
43 | libapp-prove-state-perl \ | 43 | libapp-prove-state-perl \ |
44 | libapp-prove-state-result-perl \ | 44 | libapp-prove-state-result-perl \ |
45 | libapp-prove-state-result-test-perl \ | 45 | libapp-prove-state-result-test-perl \ |
@@ -88,7 +88,7 @@ RPROVIDES_${PN} += "libapp-prove-perl \ | |||
88 | libtap-parser-yamlish-writer-perl \ | 88 | libtap-parser-yamlish-writer-perl \ |
89 | " | 89 | " |
90 | 90 | ||
91 | do_install_prepend() { | 91 | do_install:prepend() { |
92 | # these tests are inappropriate on target | 92 | # these tests are inappropriate on target |
93 | rm -rf ${B}/t/000-load.t | 93 | rm -rf ${B}/t/000-load.t |
94 | rm -rf ${B}/t/state.t | 94 | rm -rf ${B}/t/state.t |
@@ -107,7 +107,7 @@ do_install_prepend() { | |||
107 | rm -rf ${B}/t/compat/version.t | 107 | rm -rf ${B}/t/compat/version.t |
108 | } | 108 | } |
109 | 109 | ||
110 | do_install_append() { | 110 | do_install:append() { |
111 | install -d ${D}/usr/local/bin | 111 | install -d ${D}/usr/local/bin |
112 | # do not clobber perl-misc /usr/bin/prove | 112 | # do not clobber perl-misc /usr/bin/prove |
113 | install -m 0755 ${B}/bin/prove ${D}/usr/local/bin/ | 113 | install -m 0755 ${B}/bin/prove ${D}/usr/local/bin/ |
@@ -115,6 +115,6 @@ do_install_append() { | |||
115 | rm -rf ${D}${bindir} | 115 | rm -rf ${D}${bindir} |
116 | } | 116 | } |
117 | 117 | ||
118 | FILES_${PN} += "/usr/local/bin/prove" | 118 | FILES:${PN} += "/usr/local/bin/prove" |
119 | 119 | ||
120 | BBCLASSEXTEND = "native" | 120 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb index f3c28d39c..b20668331 100644 --- a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb +++ b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/A/AD/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.t | |||
28 | SRC_URI[md5sum] = "682ed043f7d3e38f3dfd8745fd21c49a" | 28 | SRC_URI[md5sum] = "682ed043f7d3e38f3dfd8745fd21c49a" |
29 | SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" | 29 | SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" |
30 | 30 | ||
31 | RDEPENDS_${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester" | 31 | RDEPENDS:${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester" |
32 | 32 | ||
33 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | 33 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" |
34 | 34 | ||
diff --git a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb index c336da80f..96939ec4d 100644 --- a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb +++ b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb | |||
@@ -29,7 +29,7 @@ do_install_ptest() { | |||
29 | chown -R root:root ${D}${PTEST_PATH} | 29 | chown -R root:root ${D}${PTEST_PATH} |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} += " \ | 32 | RDEPENDS:${PN} += " \ |
33 | libsub-uplevel-perl \ | 33 | libsub-uplevel-perl \ |
34 | perl-module-blib \ | 34 | perl-module-blib \ |
35 | perl-module-carp \ | 35 | perl-module-carp \ |
@@ -38,7 +38,7 @@ RDEPENDS_${PN} += " \ | |||
38 | perl-module-test-tester \ | 38 | perl-module-test-tester \ |
39 | " | 39 | " |
40 | 40 | ||
41 | RDEPENDS_${PN}-ptest += " \ | 41 | RDEPENDS:${PN}-ptest += " \ |
42 | perl-module-file-spec \ | 42 | perl-module-file-spec \ |
43 | perl-module-test-more \ | 43 | perl-module-test-more \ |
44 | " | 44 | " |
diff --git a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb index a4c246e34..b6f7495eb 100644 --- a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb +++ b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | |||
@@ -19,7 +19,7 @@ S = "${WORKDIR}/Text-Diff-${PV}" | |||
19 | 19 | ||
20 | inherit cpan | 20 | inherit cpan |
21 | 21 | ||
22 | RDEPENDS_${PN} = " libalgorithm-diff-perl \ | 22 | RDEPENDS:${PN} = " libalgorithm-diff-perl \ |
23 | perl-module-extutils-makemaker \ | 23 | perl-module-extutils-makemaker \ |
24 | perl-module-exporter \ | 24 | perl-module-exporter \ |
25 | " | 25 | " |
diff --git a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb index 275ccb8c9..a16bf8797 100644 --- a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb +++ b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | |||
@@ -10,7 +10,7 @@ documentation." | |||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" |
13 | RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconvs" | 13 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" |
16 | 16 | ||
@@ -21,4 +21,4 @@ S = "${WORKDIR}/Text-Iconv-${PV}" | |||
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
24 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Text/Iconv/.debug/" | 24 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Text/Iconv/.debug/" |
diff --git a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb index b2c239d79..5dc2ad32a 100644 --- a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb +++ b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | |||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/Text-WrapI18N-${PV}" | |||
25 | 25 | ||
26 | DEPENDS = "libtext-charwidth-perl" | 26 | DEPENDS = "libtext-charwidth-perl" |
27 | 27 | ||
28 | RDEPENDS_${PN} = "libtext-charwidth-perl" | 28 | RDEPENDS:${PN} = "libtext-charwidth-perl" |
29 | 29 | ||
30 | inherit cpan | 30 | inherit cpan |
31 | 31 | ||
diff --git a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb index 304b37577..4c01a4ca1 100644 --- a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb +++ b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb | |||
@@ -26,7 +26,7 @@ do_install_ptest() { | |||
26 | chown -R root:root ${D}${PTEST_PATH} | 26 | chown -R root:root ${D}${PTEST_PATH} |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
30 | libmime-charset-perl \ | 30 | libmime-charset-perl \ |
31 | libsombok3 \ | 31 | libsombok3 \ |
32 | perl-module-carp \ | 32 | perl-module-carp \ |
@@ -40,14 +40,14 @@ RDEPENDS_${PN} += " \ | |||
40 | perl-module-xsloader \ | 40 | perl-module-xsloader \ |
41 | " | 41 | " |
42 | 42 | ||
43 | RDEPENDS_${PN}-ptest += " \ | 43 | RDEPENDS:${PN}-ptest += " \ |
44 | perl-module-findbin \ | 44 | perl-module-findbin \ |
45 | perl-module-lib \ | 45 | perl-module-lib \ |
46 | perl-module-strict \ | 46 | perl-module-strict \ |
47 | perl-module-test-more \ | 47 | perl-module-test-more \ |
48 | " | 48 | " |
49 | 49 | ||
50 | RPROVIDES_${PN} += " \ | 50 | RPROVIDES:${PN} += " \ |
51 | libtext-linefold-perl \ | 51 | libtext-linefold-perl \ |
52 | libunicode-gcstring-perl \ | 52 | libunicode-gcstring-perl \ |
53 | " | 53 | " |
diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb index 77dd616bf..62477458a 100644 --- a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | LICENSE = "Artistic-1.0 | GPLv1+" | 10 | LICENSE = "Artistic-1.0 | GPLv1+" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" | 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" |
12 | DEPENDS += "libxml-sax-perl-native" | 12 | DEPENDS += "libxml-sax-perl-native" |
13 | RDEPENDS_${PN} += "libxml-sax-perl" | 13 | RDEPENDS:${PN} += "libxml-sax-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" | 16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" |
diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb index 6fabf2684..58d0e4cb2 100644 --- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb +++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "libxml2 \ | |||
13 | libxml-sax-perl-native \ | 13 | libxml-sax-perl-native \ |
14 | zlib \ | 14 | zlib \ |
15 | " | 15 | " |
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | libxml2 \ | 17 | libxml2 \ |
18 | libxml-sax-perl \ | 18 | libxml-sax-perl \ |
19 | libxml-sax-base-perl \ | 19 | libxml-sax-base-perl \ |
@@ -44,9 +44,9 @@ BBCLASSEXTEND = "native" | |||
44 | CFLAGS += " -D_GNU_SOURCE " | 44 | CFLAGS += " -D_GNU_SOURCE " |
45 | BUILD_CFLAGS += " -D_GNU_SOURCE " | 45 | BUILD_CFLAGS += " -D_GNU_SOURCE " |
46 | 46 | ||
47 | FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" | 47 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" |
48 | 48 | ||
49 | RDEPENDS_${PN}-ptest += " \ | 49 | RDEPENDS:${PN}-ptest += " \ |
50 | liburi-perl \ | 50 | liburi-perl \ |
51 | perl-module-encode-byte \ | 51 | perl-module-encode-byte \ |
52 | perl-module-encode-unicode \ | 52 | perl-module-encode-unicode \ |
@@ -55,7 +55,7 @@ RDEPENDS_${PN}-ptest += " \ | |||
55 | perl-module-test-more \ | 55 | perl-module-test-more \ |
56 | " | 56 | " |
57 | 57 | ||
58 | do_install_prepend() { | 58 | do_install:prepend() { |
59 | # test requires "-T" (taint) command line option | 59 | # test requires "-T" (taint) command line option |
60 | rm -rf ${B}/t/pod.t | 60 | rm -rf ${B}/t/pod.t |
61 | # this only applies to author build | 61 | # this only applies to author build |
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb index d1b0de093..ab684eaaa 100644 --- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb +++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | LICENSE = "Artistic-1.0 | GPLv1+" | 10 | LICENSE = "Artistic-1.0 | GPLv1+" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" | 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" |
12 | DEPENDS += "libxml-filter-buffertext-perl-native" | 12 | DEPENDS += "libxml-filter-buffertext-perl-native" |
13 | RDEPENDS_${PN} += "libxml-filter-buffertext-perl" | 13 | RDEPENDS:${PN} += "libxml-filter-buffertext-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" | 16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" |
diff --git a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb b/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb index 3fa56d439..05dc16b10 100644 --- a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb +++ b/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb | |||
@@ -9,7 +9,7 @@ PACKAGES = "\ | |||
9 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \ | 9 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \ |
10 | " | 10 | " |
11 | 11 | ||
12 | RDEPENDS_packagegroup-meta-perl = "\ | 12 | RDEPENDS:packagegroup-meta-perl = "\ |
13 | adduser \ | 13 | adduser \ |
14 | libalgorithm-diff-perl \ | 14 | libalgorithm-diff-perl \ |
15 | libauthen-sasl-perl \ | 15 | libauthen-sasl-perl \ |
@@ -78,12 +78,12 @@ RDEPENDS_packagegroup-meta-perl = "\ | |||
78 | po4a \ | 78 | po4a \ |
79 | " | 79 | " |
80 | 80 | ||
81 | RDEPENDS_packagegroup-meta-perl-extended = "\ | 81 | RDEPENDS:packagegroup-meta-perl-extended = "\ |
82 | logcheck \ | 82 | logcheck \ |
83 | mime-construct \ | 83 | mime-construct \ |
84 | " | 84 | " |
85 | 85 | ||
86 | RDEPENDS_packagegroup-meta-perl-ptest-packages = "\ | 86 | RDEPENDS:packagegroup-meta-perl-ptest-packages = "\ |
87 | libmime-types-perl-ptest \ | 87 | libmime-types-perl-ptest \ |
88 | libio-socket-ssl-perl-ptest \ | 88 | libio-socket-ssl-perl-ptest \ |
89 | libdata-hexdump-perl-ptest \ | 89 | libdata-hexdump-perl-ptest \ |
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb index 1b3aca561..e13eac669 100644 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb | |||
@@ -21,7 +21,7 @@ DEPENDS = " \ | |||
21 | libunicode-linebreak-perl \ | 21 | libunicode-linebreak-perl \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RRECOMMENDS_${PN} = " \ | 24 | RRECOMMENDS:${PN} = " \ |
25 | libtext-wrapi18n-perl \ | 25 | libtext-wrapi18n-perl \ |
26 | libterm-readkey-perl \ | 26 | libterm-readkey-perl \ |
27 | liblocale-gettext-perl \ | 27 | liblocale-gettext-perl \ |