mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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:
committed by
Richard Purdie
parent
3c247d491b
commit
13d2dc2c91
+5
-4
@@ -1,16 +1,17 @@
|
|||||||
SUMMARY = "GObject-based sync library"
|
SUMMARY = "GObject-based sync library"
|
||||||
DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
|
DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
|
||||||
OpenSync in GLib applications."
|
OpenSync in GLib applications."
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPLv2"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi"
|
DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi"
|
||||||
RRECOMMENDS_${PN} = "\
|
RRECOMMENDS_${PN} = "\
|
||||||
libopensync-plugin-file \
|
libopensync-plugin-file \
|
||||||
"
|
"
|
||||||
PV = "0.0+svnr${SRCPV}"
|
SRCREV = "3f375969d56028505db97cd25ef1679a167cfc59"
|
||||||
PR = "r1"
|
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
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
Reference in New Issue
Block a user