libgcrypt: update to 1.4.6
[openembedded.git] / recipes / libsynthesis / libsynthesis_git.bb
1 DESCRIPTION = "Synthesis SyncML Engine"
2 SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
3 LICENSE = "LGPLv2.1"
4 SRCREV = "70f0065aa3b085bdf059830f95e5b5766eecb0bb"
5 PV = "0.0+git${SRCREV}"
6 PR = "r1"
7
8 DEPENDS = "libpcre"
9
10 S = "${WORKDIR}/git"
11
12 inherit autotools_stage
13
14 do_configure_prepend () {
15         cd ${S}/src
16         ${S}/src/gen-makefile-am.sh
17         cd ${S}
18 }
19