[WIP,18/66] libetpan: Add dependency on curl
Submitted by Martin Jansa on Aug. 29, 2013, 3:51 p.m.
|
Patch ID: 56915
Details
Commit Message
@@ -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"
* configure doesn't allow to disable it explicitly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-oe/recipes-support/libetpan/libetpan_0.57.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)