diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 14:52:41 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:50 -0800 |
commit | 7f9cf21642551c0333a27ee8089191e8b9a1dd90 (patch) | |
tree | 287a2df3d2daf1c9f779e5028bf60615515c9b36 /meta/recipes-support/apr | |
parent | 0ec2c235df69db571812e6546c6eb67a4d44dec7 (diff) | |
download | openembedded-core-7f9cf21642551c0333a27ee8089191e8b9a1dd90.tar.gz openembedded-core-7f9cf21642551c0333a27ee8089191e8b9a1dd90.tar.bz2 openembedded-core-7f9cf21642551c0333a27ee8089191e8b9a1dd90.zip |
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.bb | 2 |
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" 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 \ |