diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-03 17:48:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:26 +0200 |
commit | a016cee4c883613dbb1d922e82354f2c0c9032fe (patch) | |
tree | e1eab24b2be5495bcdb0757da7d0836f8ff7e5e3 /meta-oe/recipes-sato | |
parent | a6eaf86f0ac6323bd5a659db354422a8beb94eb4 (diff) | |
download | meta-openembedded-contrib-a016cee4c883613dbb1d922e82354f2c0c9032fe.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-sato')
-rw-r--r-- | meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 83684989ac4..122e130af58 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" |