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/apr-util_1.3.4.bb | |
parent | 0ec2c235df69db571812e6546c6eb67a4d44dec7 (diff) | |
download | poky-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/apr-util_1.3.4.bb')
-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" | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "apr expat gdbm" | 3 | DEPENDS = "apr expat gdbm" |
4 | LICENSE = "Apache License, Version 2.0" | 4 | LICENSE = "Apache License, Version 2.0" |
5 | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb" | |
6 | PR = "r5" | 6 | PR = "r5" |
7 | 7 | ||
8 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ | 8 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ |