diff options
-rw-r--r-- | recipes/perl/perl-rdepends_5.10.1.inc | 2 | ||||
-rw-r--r-- | recipes/perl/perl_5.10.1.bb | 2 |
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 49d26373d8..f92fca82c9 100644 --- a/recipes/perl/perl-rdepends_5.10.1.inc +++ b/recipes/perl/perl-rdepends_5.10.1.inc @@ -22,6 +22,8 @@ RDEPENDS_perl-module-english += "perl-module-errno " RDEPENDS_perl-module-errno += "perl-module-list-util " RDEPENDS_perl-module-config-heavy += "perl-module-config-git " +RDEPENDS_perl-module-utf8-heavy += "perl-module-unicore-exact " + # 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 f40c896214..efd7cf33ef 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 = "r8" +PR = "r9" # Not tested enough DEFAULT_PREFERENCE = "-1" |