mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
libsyncml: added 0.4.6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4689 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
18
meta/packages/opensync/libsyncml_0.4.6.bb
Normal file
18
meta/packages/opensync/libsyncml_0.4.6.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
|
||||
HOMEPAGE = "http://libsyncml.opensync.org/"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez-libs openobex"
|
||||
|
||||
SRC_URI = "http://libsyncml.opensync.org/download/releases/${PV}/libsyncml-${PV}.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.*"
|
||||
Reference in New Issue
Block a user