]> code.ossystems Code Review - openembedded-core.git/commitdiff
apr-util:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Tue, 23 Nov 2010 06:52:41 +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>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-support/apr/apr-util_1.3.4.bb

index 2e608e8a5c106eead3ea6ce3d2e91a13eb37a94f..333b49621cd37a5ac9f7e1028bf3cd42f99338e1 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) companion library"
 SECTION = "libs"
 DEPENDS = "apr expat gdbm"
 LICENSE = "Apache License, Version 2.0"
-
+LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb"
 PR = "r5"
 
 SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \