[oe-commits] Martin Jansa : wbxml2: add version 0.10.7 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: 5049a1fcc45c60067f5d96704bda851c234f2812
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5049a1fcc45c60067f5d96704bda851c234f2812

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

wbxml2: add version 0.10.7 from SHR

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

---

 recipes/opensync/wbxml2_0.10.7.bb |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

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