diff options
Diffstat (limited to 'meta/recipes-extended/perl')
5 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb index 409a8f3896..cdc43b5fb9 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb | |||
@@ -16,7 +16,7 @@ inherit cpan ptest-perl | |||
16 | 16 | ||
17 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" | 17 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
18 | 18 | ||
19 | RDEPENDS_${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 perl-module-socket perl-module-time-local perl-module-posix" | 19 | RDEPENDS:${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 perl-module-socket perl-module-time-local perl-module-posix" |
20 | RDEPENDS_${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" | 20 | RDEPENDS:${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb index 46843bfc8a..7c5e99063c 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb | |||
@@ -14,8 +14,8 @@ inherit cpan ptest-perl | |||
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||
17 | RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" | 17 | RDEPENDS:${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" |
18 | RDEPENDS_${PN}-ptest += "perl-module-test-more perl-module-utf8" | 18 | RDEPENDS:${PN}-ptest += "perl-module-test-more perl-module-utf8" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" | 20 | SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" |
21 | SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" | 21 | SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" |
diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb index 57c407e0f8..03bf0b6ff8 100644 --- a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb +++ b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
21 | 21 | ||
22 | inherit cpan ptest-perl | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += "perl-module-test-more" | 24 | RDEPENDS:${PN}-ptest += "perl-module-test-more" |
25 | 25 | ||
26 | BBCLASSEXTEND="native nativesdk" | 26 | BBCLASSEXTEND="native nativesdk" |
27 | 27 | ||
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb index 2bff65a082..790ff51558 100644 --- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb +++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | |||
@@ -8,7 +8,7 @@ implement the characters() callback." | |||
8 | 8 | ||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
11 | RDEPENDS_${PN} += "perl-module-extutils-makemaker" | 11 | RDEPENDS:${PN} += "perl-module-extutils-makemaker" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" | 13 | LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" |
14 | 14 | ||
@@ -21,6 +21,6 @@ S = "${WORKDIR}/XML-SAX-Base-${PV}" | |||
21 | 21 | ||
22 | inherit cpan ptest-perl | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += "perl-module-test perl-module-test-more" | 24 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb index 02ee34ee17..9aa6fd050d 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb | |||
@@ -11,7 +11,7 @@ javaness." | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
13 | DEPENDS += "libxml-namespacesupport-perl-native" | 13 | DEPENDS += "libxml-namespacesupport-perl-native" |
14 | RDEPENDS_${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp" | 14 | RDEPENDS:${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp" |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" |
17 | 17 | ||
@@ -29,9 +29,9 @@ do_install_ptest() { | |||
29 | chown -R root:root ${D}${PTEST_PATH}/testfiles | 29 | chown -R root:root ${D}${PTEST_PATH}/testfiles |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} += "perl-module-encode perl-module-perlio" | 32 | RDEPENDS:${PN} += "perl-module-encode perl-module-perlio" |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
35 | perl-module-base \ | 35 | perl-module-base \ |
36 | perl-module-encode-byte \ | 36 | perl-module-encode-byte \ |
37 | perl-module-encode-unicode \ | 37 | perl-module-encode-unicode \ |