diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 23:46:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:17:45 +0000 |
commit | 5d5d5e1de2b45caaecb418a2e4e3fea92514a7ce (patch) | |
tree | 29e4888c4eea1412fd6fc354743be5649744e2b5 /meta/recipes-devtools/perl/libxml-perl_0.08.bb | |
parent | 3bbbfe491eb1166a2e48702ab952552edf5495be (diff) | |
download | poky-5d5d5e1de2b45caaecb418a2e4e3fea92514a7ce.tar.gz |
perl-modules: Fix LICENSE fields to mention the correct license versions
(From OE-Core rev: aca5eb8cda9a26b5bb9c2f1e45f2e5c1af643da0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-perl_0.08.bb')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-perl_0.08.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index ba5ebd04a1..163dc76bfe 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
@@ -4,8 +4,8 @@ works in combination with XML::Parser, PerlSAX, XML::DOM, \ | |||
4 | XML::Grove and others." | 4 | XML::Grove and others." |
5 | SUMMARY = "Collection of Perl modules for working with XML." | 5 | SUMMARY = "Collection of Perl modules for working with XML." |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic | GPLv1+" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8" | 10 | LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8" |
11 | 11 | ||