summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 23:46:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 13:17:45 +0000
commit5d5d5e1de2b45caaecb418a2e4e3fea92514a7ce (patch)
tree29e4888c4eea1412fd6fc354743be5649744e2b5 /meta/recipes-extended/perl
parent3bbbfe491eb1166a2e48702ab952552edf5495be (diff)
downloadpoky-5d5d5e1de2b45caaecb418a2e4e3fea92514a7ce.tar.gz
perl-modules: Fix LICENSE fields to mention the correct license versions
(From OE-Core rev: aca5eb8cda9a26b5bb9c2f1e45f2e5c1af643da0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/perl')
-rw-r--r--meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb4
-rw-r--r--meta/recipes-extended/perl/libtimedate-perl_1.20.bb5
-rw-r--r--meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb4
-rw-r--r--meta/recipes-extended/perl/libxml-sax-perl_0.99.bb4
4 files changed, 8 insertions, 9 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 98ca8049cd..dc950f19a2 100644
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
+++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library" 1DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library"
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "Artistic|GPLv1+" 3LICENSE = "Artistic-1.0 | GPL-1.0+"
4LIC_FILES_CHKSUM = "file://README;beginline=10;endline=12;md5=a64b291b13ffddeef33b14f047ee8b26" 4LIC_FILES_CHKSUM = "file://README;beginline=10;endline=12;md5=a64b291b13ffddeef33b14f047ee8b26"
5PR = "r2" 5PR = "r3"
6 6
7SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" 7SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz"
8 8
diff --git a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
index 67c583691d..12439cf727 100644
--- a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
+++ b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb
@@ -1,10 +1,9 @@
1DESCRIPTION = "TimeDate - parser for absolute times" 1DESCRIPTION = "TimeDate - parser for absolute times"
2SECTION = "libs" 2SECTION = "libs"
3# You can redistribute it and/or modify it under the same terms as Perl itself. 3# You can redistribute it and/or modify it under the same terms as Perl itself.
4LICENSE = "Artistic|GPLv1+" 4LICENSE = "Artistic-1.0 | GPL-1.0+"
5LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" 5LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e"
6PR = "r3" 6PR = "r4"
7
8 7
9SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" 8SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz"
10 9
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 f306ff1996..cf89cb6952 100644
--- a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
+++ b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
@@ -4,8 +4,8 @@ DESCRIPTION = "XML::NamespaceSupport offers a simple way to process namespace-ba
4 basic checks. " 4 basic checks. "
5 5
6SECTION = "libs" 6SECTION = "libs"
7LICENSE = "Artistic|GPLv1+" 7LICENSE = "Artistic-1.0 | GPL-1.0+"
8PR = "r1" 8PR = "r2"
9 9
10LIC_FILES_CHKSUM = "file://META.yml;beginline=22;endline=22;md5=3b2b564dae8b9af9e8896e85c07dcbe5" 10LIC_FILES_CHKSUM = "file://META.yml;beginline=22;endline=22;md5=3b2b564dae8b9af9e8896e85c07dcbe5"
11 11
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
index ee9ac309cd..3a0873fe41 100644
--- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
+++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
@@ -8,10 +8,10 @@ come from the Java JAXP specification (SAX part), only without the \
8javaness." 8javaness."
9 9
10SECTION = "libs" 10SECTION = "libs"
11LICENSE = "Artistic|GPLv1+" 11LICENSE = "Artistic-1.0 | GPL-1.0+"
12DEPENDS += "libxml-namespacesupport-perl-native" 12DEPENDS += "libxml-namespacesupport-perl-native"
13RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp" 13RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp"
14PR = "r0" 14PR = "r1"
15 15
16LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3"
17 17