mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user