diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:50 -0800 |
commit | 6d701387872bb56f4c56b3c7c99d78603d4f5e67 (patch) | |
tree | 21ab88ae93ea5a81515c9944ce862feb2383245e /meta | |
parent | a82702db5a95b3f8bf73aae5d780e8efa5c4edf6 (diff) | |
download | poky-6d701387872bb56f4c56b3c7c99d78603d4f5e67.tar.gz |
libxml-simple-perl:Add license checksum to bb file
Add README file checksu to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb index 6cab76bf1e..7ed6a231d9 100644 --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | LICENSE = "Artistic" | 2 | LICENSE = "Artistic" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e" | ||
3 | DEPENDS += "libxml-parser-perl" | 4 | DEPENDS += "libxml-parser-perl" |
4 | PR = "r0" | 5 | PR = "r0" |
5 | 6 | ||