summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/syncevolution
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/packages/syncevolution')
-rw-r--r--meta-moblin/packages/syncevolution/syncevolution_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-moblin/packages/syncevolution/syncevolution_git.bb b/meta-moblin/packages/syncevolution/syncevolution_git.bb
new file mode 100644
index 0000000000..70c786d9d7
--- /dev/null
+++ b/meta-moblin/packages/syncevolution/syncevolution_git.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Data synchronization tool"
2SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
3LICENSE = "LGPLv2.1"
4PV = "0.0+git${SRCPV}"
5PR = "r0"
6
7DEPENDS = "libsynthesis libsoup curl boost mux dbus-glib glib-2.0 libglade libunique"
8
9EXTRA_OECONF = "--enable-gui=moblin"
10
11S = "${WORKDIR}/git"
12
13inherit autotools_stage
14
15do_configure_prepend () {
16 ${S}/gen-autotools.sh
17} \ No newline at end of file