libsync: switched to SRCREV

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2470 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-09 13:15:25 +00:00
parent aca20b052b
commit c7927a6d28
1 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,5 @@
DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
OpenSync in GLib applications."
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade libopensync"
@ -6,9 +8,7 @@ RRECOMMENDS = "\
libopensync-plugin-syncml-client-plugin \
libopensync-plugin-syncml-plugin \
"
DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
OpenSync in GLib applications."
PV = "0.0+svn${SRCDATE}"
PV = "0.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=sync;proto=http"
@ -19,4 +19,3 @@ S = "${WORKDIR}/sync"
PACKAGES += "synctool"
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_synctool = "${bindir} ${datadir}"