summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/syncevolution/syncevolution_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/packages/syncevolution/syncevolution_git.bb')
-rw-r--r--meta-moblin/packages/syncevolution/syncevolution_git.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-moblin/packages/syncevolution/syncevolution_git.bb b/meta-moblin/packages/syncevolution/syncevolution_git.bb
deleted file mode 100644
index 9d767ca94..000000000
--- a/meta-moblin/packages/syncevolution/syncevolution_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Data synchronization tool"
-SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-branch"
-LICENSE = "LGPLv2.1"
-PV = "0.0+git${SRCPV}"
-PR = "r1"
-
-DEPENDS = "libsynthesis libsoup curl boost nbtk dbus-glib glib-2.0 libglade libunique gnome-keyring eds-dbus"
-
-EXTRA_OECONF = "--enable-gui=moblin"
-
-S = "${WORKDIR}/git"
-
-inherit autotools
-
-do_configure_prepend () {
- ${S}/gen-autotools.sh
-} \ No newline at end of file