diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-25 11:22:29 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:48 -0800 |
commit | 96a1ab021b5aa77482f06ce30a94e50613940104 (patch) | |
tree | 6ed418b355ef354a258e646080ee2d1dba4390fe /meta | |
parent | 7eca517d2fea771c7cbeab1ab463415867077c29 (diff) | |
download | poky-96a1ab021b5aa77482f06ce30a94e50613940104.tar.gz |
perl:Add license checksum to bb file
Add Copying file and Artistic file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.8.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb index 5060705372..3c0c676ba2 100644 --- a/meta/recipes-devtools/perl/perl_5.8.8.bb +++ b/meta/recipes-devtools/perl/perl_5.8.8.bb | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Perl is a popular scripting language." | |||
2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic|GPL" |
5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | ||
6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | ||
5 | PRIORITY = "optional" | 7 | PRIORITY = "optional" |
6 | # We need gnugrep (for -I) | 8 | # We need gnugrep (for -I) |
7 | DEPENDS = "virtual/db perl-native grep-native" | 9 | DEPENDS = "virtual/db perl-native grep-native" |