diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-18 09:02:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:46:31 +0100 |
commit | 682a213dc732074985bf86f508305fc6eafe18d9 (patch) | |
tree | 909de89eb6f3f60203c3b3a68a5530d515f3fed3 /meta/recipes-devtools/perl/liburi-perl_1.58.bb | |
parent | 48c1e10f53894e666283aac086e61444d2c1ed69 (diff) | |
download | openembedded-core-682a213dc732074985bf86f508305fc6eafe18d9.tar.gz openembedded-core-682a213dc732074985bf86f508305fc6eafe18d9.tar.bz2 openembedded-core-682a213dc732074985bf86f508305fc6eafe18d9.zip |
cpan.bbclass: Perform more mangling for perl path
On hosts where we may already be past the #! limit this is required
and this is safe on the target as well. This is be7fe31 in oe.dev.
Related to this we now bump all PRs for recipes that inherit cpan.
Note that in oe.dev we mangle for perl but here we use the new
nativeperl script.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-devtools/perl/liburi-perl_1.58.bb')
-rw-r--r-- | meta/recipes-devtools/perl/liburi-perl_1.58.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.58.bb b/meta/recipes-devtools/perl/liburi-perl_1.58.bb index 76a1231388..ebb4911d4f 100644 --- a/meta/recipes-devtools/perl/liburi-perl_1.58.bb +++ b/meta/recipes-devtools/perl/liburi-perl_1.58.bb @@ -4,7 +4,7 @@ and manipulate the various components that make up these strings." SECTION = "libs" LICENSE = "Artistic | GPLv1+" -PR = "r0" +PR = "r1" LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=6c33ae5c87fd1c4897714e122dd9c23d" |