summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-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 e67639ed3..9faa2f81b 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 @@
1DESCRIPTION = "UW c-client library for mail protocols" 1DESCRIPTION = "UW c-client library for mail protocols"
2SECTION = "devel" 2SECTION = "devel"
3 3
4LICENSE = "University of Washingtons Free-Fork License" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97"
6 6
7DEPENDS = "openssl libpam" 7DEPENDS = "openssl libpam"
8 8
9PR = "r1"
10
9SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \ 11SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \
10 file://quote_cctype.patch" 12 file://quote_cctype.patch"
11 13