summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb')
-rw-r--r--meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
new file mode 100644
index 000000000..d383c659c
--- /dev/null
+++ b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb
@@ -0,0 +1,21 @@
1SUMMARY = "WBXML parsing and encoding library"
2HOMEPAGE = "http://libwbxml.opensync.org/"
3SECTION = "libs"
4LICENSE = "LGPLv2.1+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c1128ee5341ccd5927d8bafe4b6266e1"
6
7DEPENDS = "expat"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/libwbxml/libwbxml-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "f5031e9f730ffd9dc6a2d1ded585e1d1"
12SRC_URI[sha256sum] = "a057daa098f12838eb4e635bb28413027f1b73819872c3fbf64e3207790a3f7d"
13
14S = "${WORKDIR}/libwbxml-${PV}"
15
16inherit cmake pkgconfig
17
18PACKAGES += "${PN}-tools"
19
20FILES_${PN}-tools = "${bindir}"
21FILES_${PN} = "${libdir}/*.so.*"