]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Thu, 25 Nov 2010 03:22:29 +0000 (11:22 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:48 +0000 (05:24 -0800)
Add Copying file and Artistic file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/perl/perl_5.8.8.bb

index 5060705372950f2cec071beb4e9dc9ff1f8ed925..3c0c676ba2e3c76dfa0b32453f3dd3175f419ff1 100644 (file)
@@ -2,6 +2,8 @@ DESCRIPTION = "Perl is a popular scripting language."
 HOMEPAGE = "http://www.perl.org/"
 SECTION = "devel"
 LICENSE = "Artistic|GPL"
+LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
+                   file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
 PRIORITY = "optional"
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db perl-native grep-native"