From: Frans Meulenbroeks Date: Sat, 9 Oct 2010 20:00:37 +0000 (+0200) Subject: libxml-simple-perl_2.18.bb: similar license as perl so added GPLv1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43dedf524875e3d0973913573717b1809a000705;p=openembedded.git libxml-simple-perl_2.18.bb: similar license as perl so added GPLv1 Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb index cc69ec288c..3912702acb 100644 --- a/recipes/perl/libxml-simple-perl_2.18.bb +++ b/recipes/perl/libxml-simple-perl_2.18.bb @@ -1,6 +1,6 @@ DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)" SECTION = "libs" -LICENSE = "Artistic" +LICENSE = "Artistic|GPLv1" DEPENDS += "libxml-sax-perl-native" RDEPENDS_${PN} += "libxml-sax-perl" PR = "r4"