mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
libsyncml: 0.4.7 -> 0.5.4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
21
meta/packages/opensync/libsyncml_0.5.4.bb
Normal file
21
meta/packages/opensync/libsyncml_0.5.4.bb
Normal 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
|
||||
Reference in New Issue
Block a user