diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-25 18:25:49 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-26 19:06:48 +0200 |
commit | 8d209c6d13f52d872031b5ac41f2fb4ec2cd4170 (patch) | |
tree | d8ded4ed843276b67ae575145e5ca4ac41d8ad53 /recipes | |
parent | bbc3d4827417d047094b4faafdda9dd2f50422ff (diff) |
cpan.bbclass: removed legacy staging
bumped PR for the main perl recipes so this change takes effect
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/perl_5.10.1.bb | 2 | ||||
-rw-r--r-- | recipes/perl/perl_5.8.8.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb index 86b08dc092..e7c90d8fc3 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 = "r7" +PR = "r8" # Not tested enough DEFAULT_PREFERENCE = "-1" diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index c73fe4e5e9..29ae66c66b 100644 --- a/recipes/perl/perl_5.8.8.bb +++ b/recipes/perl/perl_5.8.8.bb @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL" PRIORITY = "optional" # We need gnugrep (for -I) DEPENDS = "virtual/db perl-native grep-native" -PR = "r34" +PR = "r35" # Major part of version PVM = "5.8" |