From a016cee4c883613dbb1d922e82354f2c0c9032fe Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 3 Aug 2013 17:48:23 +0200 Subject: claws-mail: add curl dependency * 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 --- meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-sato') 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 83684989ac..122e130af5 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" -- cgit 1.2.3-korg