summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl/libxml-sax-perl_0.99.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:17:45 +0000
commit5d5d5e1de2b45caaecb418a2e4e3fea92514a7ce (patch)
tree29e4888c4eea1412fd6fc354743be5649744e2b5 /meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
parent3bbbfe491eb1166a2e48702ab952552edf5495be (diff)
downloadpoky-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-extended/perl/libxml-sax-perl_0.99.bb')
-rw-r--r--meta/recipes-extended/perl/libxml-sax-perl_0.99.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
index ee9ac309cd..3a0873fe41 100644
--- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
+++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
@@ -8,10 +8,10 @@ come from the Java JAXP specification (SAX part), only without the \
8javaness." 8javaness."
9 9
10SECTION = "libs" 10SECTION = "libs"
11LICENSE = "Artistic|GPLv1+" 11LICENSE = "Artistic-1.0 | GPL-1.0+"
12DEPENDS += "libxml-namespacesupport-perl-native" 12DEPENDS += "libxml-namespacesupport-perl-native"
13RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp" 13RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp"
14PR = "r0" 14PR = "r1"
15 15
16LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3"
17 17