aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-connectivity
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-16 17:02:43 +0000
committerSaul Wold <sgw@linux.intel.com>2011-12-21 23:50:22 -0800
commit9917aca0a559453dee6fd7c544e3cf54333215cb (patch)
tree82d19ae76ba1eba7ec5b8752fb99cca90be43bc2 /meta-demoapps/recipes-connectivity
parent2cd2cbc5af1d9ce2dd93c5b4151877d54a93b4d2 (diff)
downloadopenembedded-core-9917aca0a559453dee6fd7c544e3cf54333215cb.tar.gz
libsync: move to git.yoctoproject.org
* Repositories on svn.o-hand.com have been converted to Git and are now hosted on git.yoctoproject.org. * Set LICENSE to LGPLv2 as there is an LGPLv2 COPYING file but no notice with "or later" in the source code Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-demoapps/recipes-connectivity')
-rw-r--r--meta-demoapps/recipes-connectivity/opensync/libsync_git.bb (renamed from meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb b/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
index 34115ff4e6..498620691d 100644
--- a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb
+++ b/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
@@ -1,16 +1,17 @@
SUMMARY = "GObject-based sync library"
DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
OpenSync in GLib applications."
-LICENSE = "LGPL"
+LICENSE = "LGPLv2"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi"
RRECOMMENDS_${PN} = "\
libopensync-plugin-file \
"
-PV = "0.0+svnr${SRCPV}"
-PR = "r1"
+SRCREV = "3f375969d56028505db97cd25ef1679a167cfc59"
+PV = "0.0+gitr${SRCPV}"
+PR = "r2"
-SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http"
+SRC_URI = "git://git.yoctoproject.org/sync;protocol=git"
inherit autotools pkgconfig