summaryrefslogtreecommitdiffstats
path: root/recipes/libsynthesis
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-08-04 23:45:13 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-08-04 23:45:13 +0000
commita07fa8486f9a4344fc1904706499847653593637 (patch)
tree90ca2cd5023d225b9252fcec6b86ba7c982e2a21 /recipes/libsynthesis
parente223200a94403109dba82a4fdb03a43ba0d9d2fa (diff)
downloadopenembedded-a07fa8486f9a4344fc1904706499847653593637.tar.gz
libsynthesis: Add new recipe for a syncml engine (from poky).
Diffstat (limited to 'recipes/libsynthesis')
-rw-r--r--recipes/libsynthesis/libsynthesis_git.bb18
1 files changed, 18 insertions, 0 deletions
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}
+}
+