summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/opensync
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/opensync
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/opensync')
-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
3 files changed, 4 insertions, 4 deletions
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 @@
1require libopensync-plugin_0.36.inc 1require libopensync-plugin_0.36.inc
2 2
3DEPENDS += " check" 3DEPENDS += "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 @@
1LICENSE = "LGPL" 1LICENSE = "LGPL"
2HOMEPAGE = "http://www.opensync.org/" 2HOMEPAGE = "http://www.opensync.org/"
3 3
4DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib libxslt" 4DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt"
5 5
6PR = "r1" 6PR = "r1"
7 7
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 @@
1DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." 1DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
2HOMEPAGE = "http://libsyncml.opensync.org/" 2HOMEPAGE = "http://libsyncml.opensync.org/"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex check" 4DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex libcheck"
5PR = "r1" 5PR = "r1"
6 6
7SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \ 7SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \
@@ -14,4 +14,4 @@ PACKAGES += "${PN}-tools"
14FILES_${PN}-tools = "${bindir}" 14FILES_${PN}-tools = "${bindir}"
15FILES_${PN} = "${libdir}/*.so.*" 15FILES_${PN} = "${libdir}/*.so.*"
16 16
17export VERBOSE=1 \ No newline at end of file 17export VERBOSE=1