]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix broken references to libcheck
authorScott Garman <scott.a.garman@intel.com>
Fri, 3 Sep 2010 22:28:34 +0000 (15:28 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 3 Sep 2010 22:31:07 +0000 (23:31 +0100)
* check has been renamed to libcheck

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-connectivity/loudmouth/loudmouth_1.4.0.bb
meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb
meta/recipes-connectivity/opensync/libopensync_0.37.bb
meta/recipes-connectivity/opensync/libsyncml_0.5.4.bb

index f9d84f910506a9bedd69b36940402b69e5f73b59..15e4404d3b6df5612a1f0c2de08ba613b80e197f 100644 (file)
@@ -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"
index 84a48f21feabc31d1ac0364008664082dbe596bc..5cf68f80e5d369810f5140624152a0e77b0ca40c 100644 (file)
@@ -1,3 +1,3 @@
 require libopensync-plugin_0.36.inc
 
-DEPENDS += " check"
+DEPENDS += "libcheck"
index e9b8ce202ee98af4b5183a8f807e4d4c4e2064d1..64a353d9bb957e1251efc7309e108b7c503d090d 100644 (file)
@@ -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"
 
index 7feb5e0f18b15fb50392c5c343f4aa5e9ca9cb1e..c0456980317d7994be553195bdfc002df7a0ccab 100644 (file)
@@ -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