mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libetpan: Add dependency on curl
* configure doesn't allow to disable it explicitly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "libetpan is a library for communicating with mail and news server
|
||||
It supports the protocols SMTP, POP3, IMAP and NNTP."
|
||||
HOMEPAGE = "http://www.etpan.org"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "gnutls liblockfile"
|
||||
DEPENDS = "gnutls liblockfile curl"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user