From: Frans Meulenbroeks Date: Sat, 9 Oct 2010 17:58:09 +0000 (+0200) Subject: libclass-methodmaker-perl_2.15.bb: removed GPL from LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8dc85087340677f744ae0ebf3d00b4224af758;p=openembedded.git libclass-methodmaker-perl_2.15.bb: removed GPL from LICENSE LICENSE said unknown|GPL (which seems very odd) could not find any evidence in the package or on CPAN about the license so removed the |GPL part as that is probably not right Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/perl/libclass-methodmaker-perl_2.15.bb b/recipes/perl/libclass-methodmaker-perl_2.15.bb index ac42a01b0c..b57bd0b382 100644 --- a/recipes/perl/libclass-methodmaker-perl_2.15.bb +++ b/recipes/perl/libclass-methodmaker-perl_2.15.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Class::MethodMaker - Create generic methods for OO Perl" SECTION = "libs" -LICENSE = "unknown|GPL" +LICENSE = "unknown" PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-${PV}.tar.gz"