summaryrefslogtreecommitdiffstats
path: root/recipes/perl/perl_5.10.1.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-07-12 09:35:57 +0400
committerRoman I Khimov <khimov@altell.ru>2010-07-15 21:59:30 +0400
commit0f780c8d5e24b55bc13304364d97f285ba90d5c2 (patch)
tree196a703c44e03d66010652d1b710bdf3a490e4be /recipes/perl/perl_5.10.1.bb
parentbd03d603a055bdcd81fb3cae8ee70ade0e7767ac (diff)
downloadopenembedded-0f780c8d5e24b55bc13304364d97f285ba90d5c2.tar.gz
perl 5.10.1: fix standard module rdependencies
Automatic dependency extraction script made some errors thus perl-modules wasn't installable. * s/perl-module-encode-kr-2022_kr/perl-module-encode-kr-2022-kr/ * perl-module-your-module-here came from example in script, dropped it * s/perl-module-cpan-exception-yaml_not_installed/perl-module-cpan-exception-yaml-not-installed/ * perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite-perl * perl-module-dbix-simple - same as above, provided by libdbix-simple-perl Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl/perl_5.10.1.bb')
-rw-r--r--recipes/perl/perl_5.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb
index c0f6378567..c22ecd7839 100644
--- a/recipes/perl/perl_5.10.1.bb
+++ b/recipes/perl/perl_5.10.1.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
-PR = "r6"
+PR = "r7"
# Not tested enough
DEFAULT_PREFERENCE = "-1"