aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorDan Kruchinin <kruchinin@altell.ru>2010-11-13 16:09:01 +0300
committerRoman I Khimov <khimov@altell.ru>2010-11-18 21:03:07 +0300
commit94990e7d1f2d3ebc1be10a1162562a2df96ac3a5 (patch)
treedddd039043dea768964b8a0caf2bf1ea191dbfd7 /recipes/perl
parent4b2096d6dfe730fc2ae20dc0d924369167c1bc52 (diff)
downloadopenembedded-94990e7d1f2d3ebc1be10a1162562a2df96ac3a5.tar.gz
recipes/perl: add another missing runtime dependency
* Storable uses Carp::Heavy Signed-off-by: Dan Kruchinin <kruchinin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/perl-rdepends_5.10.1.inc2
-rw-r--r--recipes/perl/perl_5.10.1.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/perl/perl-rdepends_5.10.1.inc b/recipes/perl/perl-rdepends_5.10.1.inc
index 552160311a..12c59d8ca4 100644
--- a/recipes/perl/perl-rdepends_5.10.1.inc
+++ b/recipes/perl/perl-rdepends_5.10.1.inc
@@ -27,6 +27,8 @@ RDEPENDS_perl-module-utf8-heavy += "perl-module-unicore-exact "
RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-universal"
RDEPENDS_perl-module-file-temp += "perl-module-io-seekable"
+RDEPENDS_perl-module-storable += "perl-module-carp-heavy "
+
# Auto-generated dependencies
RDEPENDS_perl-module-app-prove += "perl-module-app-prove-state "
RDEPENDS_perl-module-app-prove += "perl-module-carp "
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb
index 8e7a7916bd..9038b9670b 100644
--- a/recipes/perl/perl_5.10.1.bb
+++ b/recipes/perl/perl_5.10.1.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPLv1+"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
-PR = "r13"
+PR = "r14"
# 5.10.1 has Module::Build built-in
PROVIDES += "libmodule-build-perl"