diff options
-rw-r--r-- | meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.14.2.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc index 2707fe88dc..39972ca003 100644 --- a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc +++ b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc | |||
@@ -13,8 +13,10 @@ | |||
13 | 13 | ||
14 | # Some additional dependencies that the above doesn't manage to figure out | 14 | # Some additional dependencies that the above doesn't manage to figure out |
15 | # Please take care that exporter depends exporter-heavy, not reverse | 15 | # Please take care that exporter depends exporter-heavy, not reverse |
16 | RDEPENDS_${PN}-module-dynaloader += "${PN}-module-carp" | ||
16 | RDEPENDS_${PN}-module-exporter += "${PN}-module-exporter-heavy" | 17 | RDEPENDS_${PN}-module-exporter += "${PN}-module-exporter-heavy" |
17 | RDEPENDS_${PN}-module-file-glob += "${PN}-module-feature" | 18 | RDEPENDS_${PN}-module-file-glob += "${PN}-module-feature" |
19 | RDEPENDS_${PN}-module-file-glob += "${PN}-module-file" | ||
18 | RDEPENDS_${PN}-module-file-path += "${PN}-module-cwd" | 20 | RDEPENDS_${PN}-module-file-path += "${PN}-module-cwd" |
19 | RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" | 21 | RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" |
20 | RDEPENDS_${PN}-module-file-stat += "${PN}-module-fcntl" | 22 | RDEPENDS_${PN}-module-file-stat += "${PN}-module-fcntl" |
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb index 3ede8314d7..1e1eb04588 100644 --- a/meta/recipes-devtools/perl/perl_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl_5.14.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | |||
7 | # We need gnugrep (for -I) | 7 | # We need gnugrep (for -I) |
8 | DEPENDS = "virtual/db grep-native" | 8 | DEPENDS = "virtual/db grep-native" |
9 | DEPENDS += "gdbm zlib" | 9 | DEPENDS += "gdbm zlib" |
10 | PR = "r13" | 10 | PR = "r14" |
11 | 11 | ||
12 | # 5.10.1 has Module::Build built-in | 12 | # 5.10.1 has Module::Build built-in |
13 | PROVIDES += "libmodule-build-perl" | 13 | PROVIDES += "libmodule-build-perl" |