mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 16:19:59 +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"
|
DESCRIPTION = "UW c-client library for mail protocols"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
|
|
||||||
LICENSE = "University of Washingtons Free-Fork License"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97"
|
||||||
|
|
||||||
DEPENDS = "openssl libpam"
|
DEPENDS = "openssl libpam"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \
|
SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \
|
||||||
file://quote_cctype.patch"
|
file://quote_cctype.patch"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user