summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-23 14:52:41 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-23 16:46:50 -0800
commit7f9cf21642551c0333a27ee8089191e8b9a1dd90 (patch)
tree287a2df3d2daf1c9f779e5028bf60615515c9b36 /meta/recipes-support/apr
parent0ec2c235df69db571812e6546c6eb67a4d44dec7 (diff)
downloadpoky-7f9cf21642551c0333a27ee8089191e8b9a1dd90.tar.gz
apr-util:Add license checksum to bb file
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>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r--meta/recipes-support/apr/apr-util_1.3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.4.bb b/meta/recipes-support/apr/apr-util_1.3.4.bb
index 2e608e8a5c..333b49621c 100644
--- a/meta/recipes-support/apr/apr-util_1.3.4.bb
+++ b/meta/recipes-support/apr/apr-util_1.3.4.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Apache Portable Runtime (APR) companion library"
2SECTION = "libs" 2SECTION = "libs"
3DEPENDS = "apr expat gdbm" 3DEPENDS = "apr expat gdbm"
4LICENSE = "Apache License, Version 2.0" 4LICENSE = "Apache License, Version 2.0"
5 5LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb"
6PR = "r5" 6PR = "r5"
7 7
8SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ 8SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \