summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/libsynthesis/libsynthesis_git.bb
blob: dfe3bdaa6b48783dc87f24aa24af4175c77a590d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Synthesis SyncML Engine"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=syncevolution-0-9-x"
LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
PR = "r2"

DEPENDS = "libpcre sqlite3 zlib"

S = "${WORKDIR}/git"

inherit autotools

do_configure_prepend () {
	cd ${S}/src
	${S}/src/gen-makefile-am.sh
	cd ${S}
}