summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/opensync
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-09-28 09:30:42 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-11 22:15:48 +0100
commit75732f544356d3107e624eb64a2d310c8e048180 (patch)
tree345495142138a2ec7321b5f6c7b5af303930e6ac /meta/recipes-connectivity/opensync
parentdaa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (diff)
downloadpoky-75732f544356d3107e624eb64a2d310c8e048180.tar.gz
recipes-connectivity: Cleanup package descriptions and summaries
[BUGID #281] Evaluate and update each package in recipes-connectivity to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-connectivity/opensync')
-rw-r--r--meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc2
-rw-r--r--meta/recipes-connectivity/opensync/libopensync_0.37.bb3
-rw-r--r--meta/recipes-connectivity/opensync/libsync_svn.bb1
-rw-r--r--meta/recipes-connectivity/opensync/msynctool_0.37.bb7
4 files changed, 12 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc b/meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc
index db6b1fa73a..147fcfb5ed 100644
--- a/meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc
+++ b/meta/recipes-connectivity/opensync/libopensync-plugin_0.36.inc
@@ -1,5 +1,7 @@
1DEPENDS = "libopensync (>= 0.36)" 1DEPENDS = "libopensync (>= 0.36)"
2 2
3DESCRIPTION ?= "OpenSync plugin"
4
3SRC_URI = "http://opensync.org/download/releases/${PV}/${P}.tar.bz2" 5SRC_URI = "http://opensync.org/download/releases/${PV}/${P}.tar.bz2"
4 6
5inherit cmake 7inherit cmake
diff --git a/meta/recipes-connectivity/opensync/libopensync_0.37.bb b/meta/recipes-connectivity/opensync/libopensync_0.37.bb
index 64a353d9bb..437bdd2885 100644
--- a/meta/recipes-connectivity/opensync/libopensync_0.37.bb
+++ b/meta/recipes-connectivity/opensync/libopensync_0.37.bb
@@ -1,6 +1,7 @@
1LICENSE = "LGPL" 1LICENSE = "LGPL"
2HOMEPAGE = "http://www.opensync.org/" 2HOMEPAGE = "http://www.opensync.org/"
3 3SUMMARY = "Synchronization framwork"
4DESCRIPTION = "The OpenSync project is an ongoing effort to create a synchronization framework that will be a platform independent, general purpose synchronization engine utilizing modular plugins for content formats and different kind of connection types. OpenSync's modularity should allow it to be extended easily to new devices and purposes without radically changing the architecture itself, allowing it to support wide variety of devices used today and in the future."
4DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt" 5DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt"
5 6
6PR = "r1" 7PR = "r1"
diff --git a/meta/recipes-connectivity/opensync/libsync_svn.bb b/meta/recipes-connectivity/opensync/libsync_svn.bb
index 660b39aa42..74ca752ad6 100644
--- a/meta/recipes-connectivity/opensync/libsync_svn.bb
+++ b/meta/recipes-connectivity/opensync/libsync_svn.bb
@@ -1,3 +1,4 @@
1SUMMARY = "GObject-based sync library"
1DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \ 2DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
2OpenSync in GLib applications." 3OpenSync in GLib applications."
3LICENSE = "LGPL" 4LICENSE = "LGPL"
diff --git a/meta/recipes-connectivity/opensync/msynctool_0.37.bb b/meta/recipes-connectivity/opensync/msynctool_0.37.bb
index 773166b3be..aa5b598dea 100644
--- a/meta/recipes-connectivity/opensync/msynctool_0.37.bb
+++ b/meta/recipes-connectivity/opensync/msynctool_0.37.bb
@@ -1,5 +1,12 @@
1SRC_URI = "http://www.opensync.org/download/releases/${PV}/msynctool-${PV}.tar.bz2" 1SRC_URI = "http://www.opensync.org/download/releases/${PV}/msynctool-${PV}.tar.bz2"
2 2
3SUMMARY = "Calendar (and other PIM data) synchronization program"
4
5DESCRIPTION = "msynctool is a program to synchronize calendars, \
6addressbooks and other PIM data between programs on your computer and \
7other computers, mobile devices, PDAs or cell phones. It uses the \
8OpenSync plugins when synchronizing data."
9
3LICENSE = "GPL" 10LICENSE = "GPL"
4DEPENDS = "libopensync glib-2.0" 11DEPENDS = "libopensync glib-2.0"
5HOMEPAGE = "http://www.opensync.org/" 12HOMEPAGE = "http://www.opensync.org/"