[oe-commits] Martin Jansa : loudmouth: add dependency on libidn

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:43 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 3f99d772bbc65c3acbd3a493da67442529473d43
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3f99d772bbc65c3acbd3a493da67442529473d43

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 14:02:03 2013 +0200

loudmouth: add dependency on libidn

* it's autodetected from sysroot and configure doesn't allow
  to disable it explicitly
* feel free to add configure option and PACKAGECONFIG if this
  extra dependency bothers you

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

---

 .../loudmouth/loudmouth_1.4.3.bb                   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
index 8375386..c864276 100644
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.loudmouth-project.org/"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689"
 
-DEPENDS = "glib-2.0 libcheck openssl"
+DEPENDS = "glib-2.0 libcheck openssl libidn"
 
 inherit gnomebase
 



More information about the Openembedded-commits mailing list