summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
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:15:25 +0000
commitaca5eb8cda9a26b5bb9c2f1e45f2e5c1af643da0 (patch)
tree75ba95a1662065245dc9820cea77bd6c29ac4a4c /meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
parentb59e0035a25c84b99904db46820d4b3ae9e7f805 (diff)
downloadopenembedded-core-aca5eb8cda9a26b5bb9c2f1e45f2e5c1af643da0.tar.gz
perl-modules: Fix LICENSE fields to mention the correct license versions
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb')
-rw-r--r--meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
index 205aa4daa9..1e22cdd613 100644
--- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
+++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
@@ -1,8 +1,8 @@
SECTION = "libs"
-LICENSE = "Artistic"
+LICENSE = "Artistic-1.0 | GPL-1.0"
LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
DEPENDS += "libxml-parser-perl"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"