From a07fa8486f9a4344fc1904706499847653593637 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 4 Aug 2009 23:45:13 +0000 Subject: libsynthesis: Add new recipe for a syncml engine (from poky). --- recipes/libsynthesis/libsynthesis_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/libsynthesis/libsynthesis_git.bb (limited to 'recipes/libsynthesis') diff --git a/recipes/libsynthesis/libsynthesis_git.bb b/recipes/libsynthesis/libsynthesis_git.bb new file mode 100644 index 0000000000..3571a75a9f --- /dev/null +++ b/recipes/libsynthesis/libsynthesis_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Synthesis SyncML Engine" +SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" +LICENSE = "LGPLv2.1" +PV = "0.0+git${SRCREV}" +PR = "r1" + +DEPENDS = "libpcre" + +S = "${WORKDIR}/git" + +inherit autotools_stage + +do_configure_prepend () { + cd ${S}/src + ${S}/src/gen-makefile-am.sh + cd ${S} +} + -- cgit 1.2.3-korg