[oe] [meta-oe][PATCH 05/15] claws-mail: add curl dependency

Martin Jansa martin.jansa at gmail.com
Sun Aug 4 21:47:37 UTC 2013


* it's needed by libetpan:
  | configure:20812: checking whether libetpan-config hints compiles and links fine
  | configure:20826: arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork --sysroot=sysroots/qemuarm -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wno-unused-function -Wno-pointer-sign -Wall   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  -lm  -Lsysroots/qemuarm/usr/lib -letpan -pthread -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lcurl -lgcrypt -lgnutls -lz -lexpat -lgnutls -llockfile >&5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find -lcurl
  | collect2: error: ld returned 1 exit status

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb
index 8368498..122e130 100644
--- a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb
+++ b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb
@@ -1,6 +1,6 @@
 SECTION = "x11/network"
 DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ libetpan openssl aspell"
+DEPENDS = "gtk+ libetpan openssl aspell curl"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e"
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list