diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 2da5e3b4f4..de3a745f88 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 \ |