[oe-commits] Martin Jansa : gcr: add libgcrypt dependency

git at git.openembedded.org git at git.openembedded.org
Fri May 9 12:59:13 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun May  4 20:02:49 2014 +0200

gcr: add libgcrypt dependency

* otherwise it tries to use libraries from wrong sysroot or sometimes
  it fails in do_configure already with:
  | configure.ac:160: warning: macro 'AM_PATH_LIBGCRYPT' not found in   library
  | autoreconf: running:   /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/autoconf   --force
  | configure.ac:160: error: possibly undefined macro: AM_PATH_LIBGCRYPT

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
index c71f5a4..f30fcf1 100644
--- a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
+++ b/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
 
-DEPENDS = "gtk+3 p11-kit glib-2.0"
+DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt"
 
 inherit autotools gnomebase gtk-icon-cache gtk-doc
 



More information about the Openembedded-commits mailing list