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-extended/perl | |
parent | 48c1e10f53894e666283aac086e61444d2c1ed69 (diff) | |
download | openembedded-core-contrib-682a213dc732074985bf86f508305fc6eafe18d9.tar.gz |
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-extended/perl')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb index fc77b75090c..48e107c8faf 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library" SECTION = "libs" LICENSE = "Artistic|GPLv1+" LIC_FILES_CHKSUM = "file://README;beginline=10;endline=12;md5=a64b291b13ffddeef33b14f047ee8b26" -PR = "r1" +PR = "r2" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" diff --git a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb index 7298f37fd16..c925980d37c 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb @@ -3,7 +3,7 @@ SECTION = "libs" # You can redistribute it and/or modify it under the same terms as Perl itself. LICENSE = "Artistic|GPLv1+" LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" -PR = "r2" +PR = "r3" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb index d96430e6166..f306ff19967 100644 --- a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb +++ b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb @@ -5,7 +5,7 @@ DESCRIPTION = "XML::NamespaceSupport offers a simple way to process namespace-ba SECTION = "libs" LICENSE = "Artistic|GPLv1+" -PR = "r0" +PR = "r1" LIC_FILES_CHKSUM = "file://META.yml;beginline=22;endline=22;md5=3b2b564dae8b9af9e8896e85c07dcbe5" diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.96.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.96.bb index 13956cb16e5..97d2025a378 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_0.96.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_0.96.bb @@ -11,7 +11,7 @@ SECTION = "libs" LICENSE = "Artistic|GPLv1+" DEPENDS += "libxml-namespacesupport-perl-native" RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp" -PR = "r0" +PR = "r1" LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" |