diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 18:55:37 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:45 -0800 |
commit | 41b9ce7d81f548237ca95abb14eea90cd9d1b39d (patch) | |
tree | bfc2520a6bcccfa9d2c5e824a5cefaee0e4eedd8 /meta/recipes-devtools/perl | |
parent | 8d23d2a6e67f977e6e50d7b283a19eb1df5025da (diff) | |
download | openembedded-core-41b9ce7d81f548237ca95abb14eea90cd9d1b39d.tar.gz openembedded-core-41b9ce7d81f548237ca95abb14eea90cd9d1b39d.tar.bz2 openembedded-core-41b9ce7d81f548237ca95abb14eea90cd9d1b39d.zip |
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.bb | 1 |
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 @@ SECTION = "libs" LICENSE = "Artistic" +LIC_FILES_CHKSUM = "file://README;endline=6;md5=fa7bbbd54d37d6ecf4ef33b7c98b9cd7" DEPENDS += "expat expat-native" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" |