]> code.ossystems Code Review - openembedded-core.git/commitdiff
apr:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Tue, 23 Nov 2010 06:52:27 +0000 (14:52 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 24 Nov 2010 00:46:50 +0000 (16:46 -0800)
Add LICENSE file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-support/apr/apr_1.3.3.bb

index a193a18a2e9bf37c4058763cc4d00df4d0a87fca..e7e8ad29d798db56a910306137dbf36f06b15965 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Apache Portable Runtime (APR) library"
 SECTION = "libs"
 LICENSE = "Apache License, Version 2.0"
-
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b"
 PR = "r5"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \