aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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
parent0843607a2b49dd1a240ea54236d6a7df1aa6a218 (diff)
downloadopenembedded-core-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')
-rw-r--r--meta/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb2
-rw-r--r--meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb2
-rw-r--r--meta/recipes-connectivity/opensync/libopensync_0.37.bb2
-rw-r--r--meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb4
4 files changed, 5 insertions, 5 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 @@
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"
+DEPENDS = "glib-2.0 gnutls libcheck"
PR = "r2"
SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2"
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb b/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb
index 84a48f21fe..5cf68f80e5 100644
--- a/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb
+++ b/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb
@@ -1,3 +1,3 @@
require libopensync-plugin_0.36.inc
-DEPENDS += " check"
+DEPENDS += "libcheck"
diff --git a/meta/recipes-connectivity/opensync/libopensync_0.37.bb b/meta/recipes-connectivity/opensync/libopensync_0.37.bb
index e9b8ce202e..64a353d9bb 100644
--- a/meta/recipes-connectivity/opensync/libopensync_0.37.bb
+++ b/meta/recipes-connectivity/opensync/libopensync_0.37.bb
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
HOMEPAGE = "http://www.opensync.org/"
-DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib libxslt"
+DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt"
PR = "r1"
diff --git a/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb b/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb
index 7feb5e0f18..c045698031 100644
--- a/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb
+++ b/meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
HOMEPAGE = "http://libsyncml.opensync.org/"
LICENSE = "LGPL"
-DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex check"
+DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex libcheck"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \
@@ -14,4 +14,4 @@ PACKAGES += "${PN}-tools"
FILES_${PN}-tools = "${bindir}"
FILES_${PN} = "${libdir}/*.so.*"
-export VERBOSE=1 \ No newline at end of file
+export VERBOSE=1