diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-22 16:40:57 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 14:28:22 +0000 |
commit | 8b08c0d398d59dccce261f840f077ccddaf0306b (patch) | |
tree | 0f7bd682e3b5cbcdf99fd82d0d895d22be465bb6 /meta/recipes-devtools | |
parent | 635fd19da2ad58657974c508d537d8df9c91adf1 (diff) | |
download | poky-8b08c0d398d59dccce261f840f077ccddaf0306b.tar.gz |
perl: Add LIC_FILES_CHKSUM to native recipe
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.8.8.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.8.8.bb b/meta/recipes-devtools/perl/perl-native_5.8.8.bb index ad71b87085..cc946af255 100644 --- a/meta/recipes-devtools/perl/perl-native_5.8.8.bb +++ b/meta/recipes-devtools/perl/perl-native_5.8.8.bb | |||
@@ -5,6 +5,9 @@ LICENSE = "Artistic|GPL" | |||
5 | DEPENDS = "virtual/db-native gdbm-native" | 5 | DEPENDS = "virtual/db-native gdbm-native" |
6 | PR = "r14" | 6 | PR = "r14" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | ||
9 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | ||
10 | |||
8 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | 11 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ |
9 | file://perl-5.8.8-gcc-4.2.patch;patch=1 \ | 12 | file://perl-5.8.8-gcc-4.2.patch;patch=1 \ |
10 | file://Configure-multilib.patch;patch=1 \ | 13 | file://Configure-multilib.patch;patch=1 \ |