summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/libsynthesis/libsynthesis_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-07-16 12:09:29 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-16 12:09:29 +0100
commitceb58d469203926cd336c1e317d67273dfc670d8 (patch)
tree5f3418b5d323f75a0b0b716e02cdd6aed1998d27 /meta-moblin/packages/libsynthesis/libsynthesis_git.bb
parentd4d60b9ad9b3c16e1f795e8eb8c6996dca4553e7 (diff)
downloadopenembedded-core-ceb58d469203926cd336c1e317d67273dfc670d8.tar.gz
openembedded-core-ceb58d469203926cd336c1e317d67273dfc670d8.tar.bz2
openembedded-core-ceb58d469203926cd336c1e317d67273dfc670d8.tar.xz
openembedded-core-ceb58d469203926cd336c1e317d67273dfc670d8.zip
Add syncevoltion, libsynthesis
Diffstat (limited to 'meta-moblin/packages/libsynthesis/libsynthesis_git.bb')
-rw-r--r--meta-moblin/packages/libsynthesis/libsynthesis_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-moblin/packages/libsynthesis/libsynthesis_git.bb b/meta-moblin/packages/libsynthesis/libsynthesis_git.bb
new file mode 100644
index 000000000..e4fffc0cc
--- /dev/null
+++ b/meta-moblin/packages/libsynthesis/libsynthesis_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Synthesis SyncML Engine"
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
+ file://addpkgconfig.patch;patch=1"
+LICENSE = "LGPLv2.1"
+PV = "0.0+git${SRCPV}"
+PR = "r0"
+
+DEPENDS = "libpcre"
+
+S = "${WORKDIR}/git"
+
+inherit autotools_stage
+
+do_configure_prepend () {
+ cd ${S}/src
+ ${S}/src/gen-makefile-am.sh
+ cd ${S}
+}
+