mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
b65e83af0a
commit
7220042d9a
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user