aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-10-24 17:59:40 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-26 13:00:23 +0200
commit25ddf1a6bb96ea70d3426e1b80e5763796aaae17 (patch)
treef977a258721b9f9e6cd9b76580608c705017e807 /meta-oe/recipes-connectivity
parente2801b9e195dd5b1d8fc4ea0297c1ea81a49b1af (diff)
downloadmeta-openembedded-25ddf1a6bb96ea70d3426e1b80e5763796aaae17.tar.gz
loudmouth: depend on libcheck instead of check
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb4
1 files changed, 2 insertions, 2 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 87852ee746..8375386a41 100644
--- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
+++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb
@@ -4,11 +4,11 @@ HOMEPAGE = "http://www.loudmouth-project.org/"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689"
-DEPENDS = "glib-2.0 check openssl"
+DEPENDS = "glib-2.0 libcheck openssl"
inherit gnomebase
-PR = "r1"
+PR = "r2"
SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \
file://glib-2.32.patch"