From aca5eb8cda9a26b5bb9c2f1e45f2e5c1af643da0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 13 Mar 2012 23:46:14 +0000 Subject: perl-modules: Fix LICENSE fields to mention the correct license versions Signed-off-by: Richard Purdie --- meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb | 4 ++-- meta/recipes-extended/perl/libtimedate-perl_1.20.bb | 5 ++--- meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb | 4 ++-- meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) (limited to 'meta/recipes-extended/perl') 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 @@ DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library" SECTION = "libs" -LICENSE = "Artistic|GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README;beginline=10;endline=12;md5=a64b291b13ffddeef33b14f047ee8b26" -PR = "r2" +PR = "r3" 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 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 @@ DESCRIPTION = "TimeDate - parser for absolute times" SECTION = "libs" # You can redistribute it and/or modify it under the same terms as Perl itself. -LICENSE = "Artistic|GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" -PR = "r3" - +PR = "r4" 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 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 basic checks. " SECTION = "libs" -LICENSE = "Artistic|GPLv1+" -PR = "r1" +LICENSE = "Artistic-1.0 | GPL-1.0+" +PR = "r2" LIC_FILES_CHKSUM = "file://META.yml;beginline=22;endline=22;md5=3b2b564dae8b9af9e8896e85c07dcbe5" 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 \ javaness." SECTION = "libs" -LICENSE = "Artistic|GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0+" 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" -- cgit 1.2.3-korg