summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb')
-rw-r--r--meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb
new file mode 100644
index 000000000..e740b6da2
--- /dev/null
+++ b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Libsyncml is an implementation of the SyncML protocol"
2HOMEPAGE = "https://libsyncml.opensync.org/"
3SECTION = "libs"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
6
7DEPENDS = "libxml2 glib-2.0 libsoup-2.4 openobex wbxml2"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz"
10SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95"
11SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53"
12
13inherit cmake pkgconfig
14
15PACKAGES += "${PN}-tools"
16
17FILES_${PN}-tools = "${bindir}"
18FILES_${PN} = "${libdir}/*.so.*"