aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-09 19:58:09 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-09 19:58:09 +0200
commit9a8dc85087340677f744ae0ebf3d00b4224af758 (patch)
tree2236a972196f597581af0613c45d05e4e37addfd /recipes/perl
parent9f533610cbec0509fa479f8907d1b97752b7a176 (diff)
downloadopenembedded-9a8dc85087340677f744ae0ebf3d00b4224af758.tar.gz
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 <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libclass-methodmaker-perl_2.15.bb2
1 files changed, 1 insertions, 1 deletions
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"