summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb')
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 000000000..e51241909
--- /dev/null
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
2HOMEPAGE = "http://www.loudmouth-project.org/"
3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689"
6
7DEPENDS = "glib-2.0 libcheck openssl libidn"
8
9inherit gnomebase gtk-doc
10
11PR = "r2"
12
13SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \
14 file://glib-2.32.patch"
15
16SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937"
17SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3"
18
19EXTRA_OECONF = "--with-ssl=openssl"
20