]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: Add LIC_FILES_CHKSUM to native recipe
authorSaul Wold <sgw@linux.intel.com>
Thu, 23 Dec 2010 00:40:57 +0000 (16:40 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Dec 2010 14:28:22 +0000 (14:28 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/perl/perl-native_5.8.8.bb

index ad71b87085276822ac751dde1f72a25822b6d22d..cc946af255b736993427ca03c3846535decdfec3 100644 (file)
@@ -5,6 +5,9 @@ LICENSE = "Artistic|GPL"
 DEPENDS = "virtual/db-native gdbm-native"
 PR = "r14"
 
+LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
+                    file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
+
 SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
            file://perl-5.8.8-gcc-4.2.patch;patch=1 \
            file://Configure-multilib.patch;patch=1 \