[oe-commits] Martin Jansa : libetpan: Add dependency on curl

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:48 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 7220042d9ae43855d345bf6d88a39ddaf9861085
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7220042d9ae43855d345bf6d88a39ddaf9861085

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 20:23:24 2013 +0200

libetpan: Add dependency on curl

* configure doesn't allow to disable it explicitly

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libetpan/libetpan_0.57.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb
index e9a755e..0dbd782 100644
--- a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb
+++ b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb
@@ -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"
 



More information about the Openembedded-commits mailing list