summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demoapps/recipes-connectivity/opensync/libsync_git.bb')
-rw-r--r--meta-demoapps/recipes-connectivity/opensync/libsync_git.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb b/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
new file mode 100644
index 0000000000..498620691d
--- /dev/null
+++ b/meta-demoapps/recipes-connectivity/opensync/libsync_git.bb
@@ -0,0 +1,22 @@
1SUMMARY = "GObject-based sync library"
2DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
3OpenSync in GLib applications."
4LICENSE = "LGPLv2"
5SECTION = "x11"
6DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi"
7RRECOMMENDS_${PN} = "\
8 libopensync-plugin-file \
9 "
10SRCREV = "3f375969d56028505db97cd25ef1679a167cfc59"
11PV = "0.0+gitr${SRCPV}"
12PR = "r2"
13
14SRC_URI = "git://git.yoctoproject.org/sync;protocol=git"
15
16inherit autotools pkgconfig
17
18S = "${WORKDIR}/sync"
19
20PACKAGES += "synctool"
21FILES_${PN} = "${libdir}/lib*.so.*"
22FILES_synctool = "${bindir} ${datadir}"