[oe-commits] Martin Jansa : claws-mail: Add missing libgcrypt dependency

git at git.openembedded.org git at git.openembedded.org
Mon Jul 21 22:04:15 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jul  7 11:45:19 2014 +0200

claws-mail: Add missing libgcrypt dependency

* otherwise fails with:
  | claws-mail/3.9.0-r0/claws-mail-3.9.0/src/common/ssl.c:35:20:
    fatal error: gcrypt.h: No such file or directory
  |  #include <gcrypt.h>

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 7072046..2967ed0 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"
 SUMMARY = "Mail user agent"
-DEPENDS = "gtk+ libetpan openssl aspell curl"
+DEPENDS = "gtk+ libetpan openssl aspell curl libgcrypt"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e"
 



More information about the Openembedded-commits mailing list