libsyncml: 0.4.7 -> 0.5.4

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-07-31 10:02:41 +01:00
parent 456d9191f1
commit 9078d4ab79
2 changed files with 9 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
HOMEPAGE = "http://libsyncml.opensync.org/"
LICENSE = "LGPL"
DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex check"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \
file://build-in-src.patch;patch=1"
inherit cmake pkgconfig
do_stage() {
autotools_stage_all
}
PACKAGES += "${PN}-tools"
FILES_${PN}-tools = "${bindir}"
FILES_${PN} = "${libdir}/*.so.*"
export VERBOSE=1