mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02: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
22
meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
Normal file
22
meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "GObject-based sync library"
|
||||
DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
|
||||
OpenSync in GLib applications."
|
||||
LICENSE = "LGPLv2"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi"
|
||||
RRECOMMENDS_${PN} = "\
|
||||
libopensync-plugin-file \
|
||||
"
|
||||
SRCREV = "3f375969d56028505db97cd25ef1679a167cfc59"
|
||||
PV = "0.0+gitr${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/sync;protocol=git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
S = "${WORKDIR}/sync"
|
||||
|
||||
PACKAGES += "synctool"
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_synctool = "${bindir} ${datadir}"
|
||||
Reference in New Issue
Block a user