summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/loudmouth
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-09-03 15:28:34 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-03 23:31:07 +0100
commit63f7b0a7036eb628677c413b246fb87a0131845f (patch)
treeff3616bff4f46c2eecd946075cc90f76cb71fa9c /meta/recipes-connectivity/loudmouth
parent0843607a2b49dd1a240ea54236d6a7df1aa6a218 (diff)
downloadpoky-63f7b0a7036eb628677c413b246fb87a0131845f.tar.gz
Fix broken references to libcheck
* check has been renamed to libcheck Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/loudmouth')
-rw-r--r--meta/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb b/meta/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb
index f9d84f9105..15e4404d3b 100644
--- a/meta/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb
+++ b/meta/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." 1DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
2HOMEPAGE = "http://www.loudmouth-project.org/" 2HOMEPAGE = "http://www.loudmouth-project.org/"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4DEPENDS = "glib-2.0 gnutls check" 4DEPENDS = "glib-2.0 gnutls libcheck"
5PR = "r2" 5PR = "r2"
6 6
7SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" 7SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2"