[oe-commits] Thomas Zimmermann : Updated libsyncml and wbxml2 reciepe to current versions

git version control git at git.openembedded.org
Tue Aug 25 10:10:06 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Sun Aug 23 11:09:38 2009 +0000

Updated libsyncml and wbxml2 reciepe to current versions

---

 recipes/opensync/libsyncml_0.5.4.bb |   30 ++++++++++++++++++++++++++++++
 recipes/opensync/wbxml2_0.10.7.bb   |   29 +++++++++++++++++++++++++++++
 2 files changed, 59 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
diff --git a/recipes/opensync/wbxml2_0.10.7.bb b/recipes/opensync/wbxml2_0.10.7.bb
new file mode 100644
index 0000000..77d819a
--- /dev/null
+++ b/recipes/opensync/wbxml2_0.10.7.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "WBXML parsing and encoding library."
+HOMEPAGE = "http://libwbxml.opensync.org/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz \
+           "
+
+S = "${WORKDIR}/libwbxml-${PV}"
+
+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
+}





More information about the Openembedded-commits mailing list