summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb
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/libopensync-plugin-vformat_0.37.bb
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/libopensync-plugin-vformat_0.37.bb')
-rw-r--r--meta/recipes-connectivity/opensync/libopensync-plugin-vformat_0.37.bb2
1 files changed, 1 insertions, 1 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"