summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/syncevolution/syncevolution_git.bb
blob: 9e7044273d739972e4230c036b79eb7a91f822d5 (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;branch=syncevolution-0-9-x"
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
}