aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-16 13:40:24 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-17 13:04:27 +0200
commitb7ff794b1ee83267fc2f7453dccb96398ccef313 (patch)
tree99efc76386f954d9ad2d2536dd792bcd07854b2e
parentcc4b2fa400f673001088b1fe2c1a5869d7d2b312 (diff)
downloadmeta-openembedded-b7ff794b1ee83267fc2f7453dccb96398ccef313.tar.gz
libc-client: correct LICENSE
The license is Apache 2.0 according to the included LICENSE.txt file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb b/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
index e67639ed35..9faa2f81b0 100644
--- a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
+++ b/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
@@ -1,11 +1,13 @@
DESCRIPTION = "UW c-client library for mail protocols"
SECTION = "devel"
-LICENSE = "University of Washingtons Free-Fork License"
+LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97"
DEPENDS = "openssl libpam"
+PR = "r1"
+
SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \
file://quote_cctype.patch"