Fix Angstrom OVERRIDES settings
[openembedded.git] / recipes / libsynthesis / libsynthesis_git.bb
blobbafe196394e78d0824566f7133453aea7131d752
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"
8 DEPENDS = "libpcre"
10 S = "${WORKDIR}/git"
12 inherit autotools
14 do_configure_prepend () {
15 cd ${S}/src
16 ${S}/src/gen-makefile-am.sh
17 cd ${S}