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

(From OE-Core rev: 9917aca0a559453dee6fd7c544e3cf54333215cb)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2011-12-16 17:02:43 +00:00 committed by Richard Purdie
parent 3c247d491b
commit 13d2dc2c91
1 changed files with 5 additions and 4 deletions

View 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