summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/syncevolution/syncevolution_git.bb
blob: 70c786d9d73bb152d978825572d1720c75f1ea57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Data synchronization tool"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
PR = "r0"

DEPENDS = "libsynthesis libsoup curl boost mux dbus-glib glib-2.0 libglade libunique"

EXTRA_OECONF = "--enable-gui=moblin"

S = "${WORKDIR}/git"

inherit autotools_stage

do_configure_prepend () {
    ${S}/gen-autotools.sh
}