]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsync: move to git.yoctoproject.org
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Dec 2011 17:02:43 +0000 (17:02 +0000)
committerSaul Wold <sgw@linux.intel.com>
Thu, 22 Dec 2011 07:50:22 +0000 (23:50 -0800)
* 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>
meta-demoapps/recipes-connectivity/opensync/libsync_git.bb [moved from meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb with 72% similarity]

similarity index 72%
rename from meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb
rename to meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
index 34115ff4e6eab06d6c497aba89171a17db8d91b8..498620691d847f48acc8e76e96a3b8b8de5d1f23 100644 (file)
@@ -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