diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-09-03 15:28:34 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-03 23:31:07 +0100 |
commit | 63f7b0a7036eb628677c413b246fb87a0131845f (patch) | |
tree | ff3616bff4f46c2eecd946075cc90f76cb71fa9c /meta/recipes-connectivity | |
parent | 0843607a2b49dd1a240ea54236d6a7df1aa6a218 (diff) | |
download | openembedded-core-63f7b0a7036eb628677c413b246fb87a0131845f.tar.gz openembedded-core-63f7b0a7036eb628677c413b246fb87a0131845f.tar.bz2 openembedded-core-63f7b0a7036eb628677c413b246fb87a0131845f.zip |
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')
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 |