aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsynthesis/libsynthesis_git.bb
blob: 6cd80e74aa487641d73f32f5eb9eecb757a48203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Synthesis SyncML Engine"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
SRCREV = "70f0065aa3b085bdf059830f95e5b5766eecb0bb"
PV = "0.0+gitr${SRCPV}"
PE = "1"
PR = "r1"

DEPENDS = "libpcre"

S = "${WORKDIR}/git"

inherit autotools_stage

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