diff options
Diffstat (limited to 'meta/recipes-devtools')
5 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.59.bb b/meta/recipes-devtools/perl/liburi-perl_1.59.bb index 877b25212c..3916b1e62d 100644 --- a/meta/recipes-devtools/perl/liburi-perl_1.59.bb +++ b/meta/recipes-devtools/perl/liburi-perl_1.59.bb | |||
@@ -3,8 +3,8 @@ The module implements the URI class. URI objects can be used to access \ | |||
3 | and manipulate the various components that make up these strings." | 3 | 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-1.0 | GPL-1.0+" |
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.41.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb index ff61078275..be41578f08 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | DESCRIPTION = "XML::Parser - A perl module for parsing XML documents" | 1 | DESCRIPTION = "XML::Parser - A perl module for parsing XML documents" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "Artistic" | 3 | LICENSE = "Artistic-1.0 | GPL-1.0" |
4 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" | 4 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" |
5 | 5 | ||
6 | DEPENDS += "expat expat-native" | 6 | DEPENDS += "expat expat-native" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
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] = "c320d2ffa459e6cdc6f9f59c1185855e" | 11 | SRC_URI[md5sum] = "c320d2ffa459e6cdc6f9f59c1185855e" |
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index ba5ebd04a1..163dc76bfe 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
@@ -4,8 +4,8 @@ works in combination with XML::Parser, PerlSAX, XML::DOM, \ | |||
4 | XML::Grove and others." | 4 | 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-1.0 | GPL-1.0+" |
8 | PR = "r2" | 8 | PR = "r3" |
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 205aa4daa9..1e22cdd613 100644 --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | LICENSE = "Artistic" | 2 | LICENSE = "Artistic-1.0 | GPL-1.0" |
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 = "r4" | 5 | PR = "r5" |
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 | ||
diff --git a/meta/recipes-devtools/perl/perl-native_5.14.2.bb b/meta/recipes-devtools/perl/perl-native_5.14.2.bb index 0f49950478..c904c377ac 100644 --- a/meta/recipes-devtools/perl/perl-native_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl-native_5.14.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Perl is a popular scripting language." | 1 | DESCRIPTION = "Perl is a popular scripting language." |
2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0" |
5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
7 | PR = "r0" | 7 | PR = "r0" |