1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 15:29:50 +00:00
Files
2009-10-20 16:06:43 +01:00

19 lines
326 B
BlitzBasic

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 = "r1"
DEPENDS = "libpcre"
S = "${WORKDIR}/git"
inherit autotools_stage
do_configure_prepend () {
cd ${S}/src
${S}/src/gen-makefile-am.sh
cd ${S}
}