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 | poky-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')
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 @@ | |||
1 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." | 1 | DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." |
2 | HOMEPAGE = "http://www.loudmouth-project.org/" | 2 | HOMEPAGE = "http://www.loudmouth-project.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | DEPENDS = "glib-2.0 gnutls check" | 4 | DEPENDS = "glib-2.0 gnutls libcheck" |
5 | PR = "r2" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.bz2" | 7 | 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 @@ | |||
1 | require libopensync-plugin_0.36.inc | 1 | require libopensync-plugin_0.36.inc |
2 | 2 | ||
3 | DEPENDS += " check" | 3 | 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 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | HOMEPAGE = "http://www.opensync.org/" | 2 | HOMEPAGE = "http://www.opensync.org/" |
3 | 3 | ||
4 | DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib libxslt" | 4 | DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "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 @@ | |||
1 | DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." | 1 | DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol." |
2 | HOMEPAGE = "http://libsyncml.opensync.org/" | 2 | HOMEPAGE = "http://libsyncml.opensync.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex check" | 4 | DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex libcheck" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \ |
@@ -14,4 +14,4 @@ PACKAGES += "${PN}-tools" | |||
14 | FILES_${PN}-tools = "${bindir}" | 14 | FILES_${PN}-tools = "${bindir}" |
15 | FILES_${PN} = "${libdir}/*.so.*" | 15 | FILES_${PN} = "${libdir}/*.so.*" |
16 | 16 | ||
17 | export VERBOSE=1 \ No newline at end of file | 17 | export VERBOSE=1 |