summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb')
-rw-r--r--meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
index ff61078275..be41578f08 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb
@@ -1,11 +1,11 @@
1DESCRIPTION = "XML::Parser - A perl module for parsing XML documents" 1DESCRIPTION = "XML::Parser - A perl module for parsing XML documents"
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "Artistic" 3LICENSE = "Artistic-1.0 | GPL-1.0"
4LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" 4LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
5 5
6DEPENDS += "expat expat-native" 6DEPENDS += "expat expat-native"
7 7
8PR = "r1" 8PR = "r2"
9 9
10SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" 10SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
11SRC_URI[md5sum] = "c320d2ffa459e6cdc6f9f59c1185855e" 11SRC_URI[md5sum] = "c320d2ffa459e6cdc6f9f59c1185855e"