[oe-commits] Martin Jansa : libsyncml: add version 0.5.4 from SHR

git version control git at git.openembedded.org
Thu Nov 19 08:10:34 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: ea85d940c79995c667eb39cc512b52da72af6144
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ea85d940c79995c667eb39cc512b52da72af6144

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 13:41:38 2009 +0100

libsyncml: add version 0.5.4 from SHR

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/opensync/libsyncml_0.5.4.bb |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/recipes/opensync/libsyncml_0.5.4.bb b/recipes/opensync/libsyncml_0.5.4.bb
new file mode 100644
index 0000000..cf5c5b9
--- /dev/null
+++ b/recipes/opensync/libsyncml_0.5.4.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "Libsyncml is an implementation of the SyncML protocol."
+HOMEPAGE = "https://libsyncml.opensync.org/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "libxml2 glib-2.0"
+RRECOMMENDS = "wbxml2 openobex libsoup"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz \
+           "
+
+inherit cmake pkgconfig
+
+EXTRA_OECMAKE += " . -B${WORKDIR}/build "
+
+PACKAGES += "${PN}-tools"
+
+FILES_${PN}-tools = "${bindir}"
+FILES_${PN} = "${libdir}/*.so.*"
+
+do_build_prepend() {
+	cd ${WORKDIR}/build
+}
+
+do_install_prepend() {
+	cd ${WORKDIR}/build
+}
\ No newline at end of file





More information about the Openembedded-commits mailing list