summaryrefslogtreecommitdiffstats
path: root/meta/packages/opensync/libsyncml_0.4.6.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-10-15 09:35:28 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-10-15 09:35:28 +0000
commitd0d47cb3c9ab9f7c9a0c4dc7ee21571982bc3aeb (patch)
tree29a3f9938c06c61dbd6300ae7d45aa4896cc6052 /meta/packages/opensync/libsyncml_0.4.6.bb
parent48e3baa437a44e920caf9ee00e93a2a5fc99fdca (diff)
downloadpoky-d0d47cb3c9ab9f7c9a0c4dc7ee21571982bc3aeb.tar.gz
libsyncml: updated to 0.4.7 which builds with libsoup 2.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5514 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libsyncml_0.4.6.bb')
-rw-r--r--meta/packages/opensync/libsyncml_0.4.6.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/opensync/libsyncml_0.4.6.bb b/meta/packages/opensync/libsyncml_0.4.6.bb
deleted file mode 100644
index 297a1ca450..0000000000
--- a/meta/packages/opensync/libsyncml_0.4.6.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
2HOMEPAGE = "http://libsyncml.opensync.org/"
3LICENSE = "LGPL"
4DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex"
5
6SRC_URI = "http://libsyncml.opensync.org/download/releases/${PV}/libsyncml-${PV}.tar.bz2 \
7 file://build-in-src.patch;patch=1"
8
9inherit cmake pkgconfig
10
11do_stage() {
12 autotools_stage_all
13}
14
15PACKAGES += "${PN}-tools"
16
17FILES_${PN}-tools = "${bindir}"
18FILES_${PN} = "${libdir}/*.so.*"