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