summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 18:55:37 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:45 -0800
commit41b9ce7d81f548237ca95abb14eea90cd9d1b39d (patch)
treebfc2520a6bcccfa9d2c5e824a5cefaee0e4eedd8 /meta/recipes-devtools/perl
parent8d23d2a6e67f977e6e50d7b283a19eb1df5025da (diff)
downloadpoky-41b9ce7d81f548237ca95abb14eea90cd9d1b39d.tar.gz
libxml-parser-perl:Add license checksum to bb file
Add README file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb
index 818840504a..b9ebd7f606 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb
@@ -1,5 +1,6 @@
1SECTION = "libs" 1SECTION = "libs"
2LICENSE = "Artistic" 2LICENSE = "Artistic"
3LIC_FILES_CHKSUM = "file://README;endline=6;md5=fa7bbbd54d37d6ecf4ef33b7c98b9cd7"
3DEPENDS += "expat expat-native" 4DEPENDS += "expat expat-native"
4 5
5SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" 6SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"