aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-31 17:18:30 -0700
committerTom Rini <tom_rini@mentor.com>2011-05-31 18:22:53 -0700
commite173373ca585c2ac4879a56309fadcb33d251baa (patch)
tree642190111c85c110813af571f3fbbe06fbb0a5a8
parentd8d2e1730a4e941bfeb5075c7816543ab201f9e0 (diff)
downloadopenembedded-e173373ca585c2ac4879a56309fadcb33d251baa.tar.gz
perl-native: Bump PR
This will make the utils.bbclass change that fixes using perl${PV} take effect for all users. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/perl/perl-native_5.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/perl-native_5.10.1.bb b/recipes/perl/perl-native_5.10.1.bb
index fdbe055350..80d6937f8e 100644
--- a/recipes/perl/perl-native_5.10.1.bb
+++ b/recipes/perl/perl-native_5.10.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Perl is a popular scripting language."
HOMEPAGE = "http://www.perl.org/"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
-PR = "r11"
+PR = "r12"
NATIVE_INSTALL_WORKS = "1"
INHIBIT_DEFAULT_DEPS = "1"
PATCHTOOL = "patch"