aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
blob: 8375386a41627ae33f8575d0b845342374101d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
HOMEPAGE = "http://www.loudmouth-project.org/"

LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689"

DEPENDS = "glib-2.0 libcheck openssl"

inherit gnomebase

PR = "r2"

SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \
            file://glib-2.32.patch"

SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937"
SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3"

EXTRA_OECONF = "--with-ssl=openssl"