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:59:18 +0100 |
commit | 6a52bad2f44f0e919baa89a02f88855c925da6d5 (patch) | |
tree | 5e5c0d130673e3847ecf7427ddee9e88ab616d21 /meta/recipes-devtools/perl | |
parent | 27ba6fbda84041b297a798b6d35de38272e74ea6 (diff) | |
download | poky-6a52bad2f44f0e919baa89a02f88855c925da6d5.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.
(From OE-Core rev: 682a213dc732074985bf86f508305fc6eafe18d9)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
4 files changed, 4 insertions, 4 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." | |||
4 | 4 | ||
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Artistic | GPLv1+" | 6 | LICENSE = "Artistic | GPLv1+" |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=6c33ae5c87fd1c4897714e122dd9c23d" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=6c33ae5c87fd1c4897714e122dd9c23d" |
10 | 10 | ||
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb index 3f1a0ad500..1d1593b171 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e | |||
5 | 5 | ||
6 | DEPENDS += "expat expat-native" | 6 | DEPENDS += "expat expat-native" |
7 | 7 | ||
8 | PR = "r3" | 8 | PR = "r4" |
9 | 9 | ||
10 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" | 10 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "c66e9adba003d0667cc40115ccd837a5" | 11 | SRC_URI[md5sum] = "c66e9adba003d0667cc40115ccd837a5" |
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 9c74cdb6b3..fb637a8487 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
@@ -5,7 +5,7 @@ XML::Grove and others." | |||
5 | SUMMARY = "Collection of Perl modules for working with XML." | 5 | SUMMARY = "Collection of Perl modules for working with XML." |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic | GPLv1+" | 7 | LICENSE = "Artistic | GPLv1+" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8" |
11 | 11 | ||
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb index 89b65b29da..3a50d7f1d2 100644 --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | |||
@@ -2,7 +2,7 @@ SECTION = "libs" | |||
2 | LICENSE = "Artistic" | 2 | LICENSE = "Artistic" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e" |
4 | DEPENDS += "libxml-parser-perl" | 4 | DEPENDS += "libxml-parser-perl" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" | 7 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" |
8 | 8 | ||