diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 20:23:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:13:53 +0200 |
commit | 7220042d9ae43855d345bf6d88a39ddaf9861085 (patch) | |
tree | 0326fa3ae101c708fd82dee9512cfbb736c47922 /meta-oe/recipes-support/libetpan | |
parent | b65e83af0a037a31a717db679b693e6abd0771aa (diff) | |
download | meta-openembedded-7220042d9ae43855d345bf6d88a39ddaf9861085.tar.gz |
libetpan: Add dependency on curl
* configure doesn't allow to disable it explicitly
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libetpan')
-rw-r--r-- | 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 e9a755e69..0dbd78202 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 | |||
2 | It supports the protocols SMTP, POP3, IMAP and NNTP." | 2 | It supports the protocols SMTP, POP3, IMAP and NNTP." |
3 | HOMEPAGE = "http://www.etpan.org" | 3 | HOMEPAGE = "http://www.etpan.org" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "gnutls liblockfile" | 5 | DEPENDS = "gnutls liblockfile curl" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7" | 7 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7" |
8 | 8 | ||