aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/loudmouth
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-24 12:40:09 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-24 12:40:09 -0700
commitaea42e2f744d1219b6865af44e02133455470eea (patch)
tree7ba4c15a1872c5fb5048410d7d76db80c1447c19 /recipes/loudmouth
parent5396e0868cf89787746fa6341ddb1f271a770595 (diff)
downloadopenembedded-aea42e2f744d1219b6865af44e02133455470eea.tar.gz
loudmouth 1.4.3: Switch from gnutls to openssl
This version of loudmouth wants gnutls 1.4 rather than 2.0 so switch to openssl instead. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/loudmouth')
-rw-r--r--recipes/loudmouth/loudmouth_1.4.3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/loudmouth/loudmouth_1.4.3.bb b/recipes/loudmouth/loudmouth_1.4.3.bb
index 875183e577..b6b22676ef 100644
--- a/recipes/loudmouth/loudmouth_1.4.3.bb
+++ b/recipes/loudmouth/loudmouth_1.4.3.bb
@@ -1,12 +1,14 @@
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
HOMEPAGE = "http://www.loudmouth-project.org/"
LICENSE = "LGPL"
-DEPENDS = "glib-2.0 gnutls check"
-PR = "r1"
+DEPENDS = "glib-2.0 check openssl"
+PR = "r2"
SRC_URI += "file://04-use-pkg-config-for-gnutls.patch"
inherit gnomebase
+EXTRA_OECONF = "--with-ssl=openssl"
+
SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937"
SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3"