mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 05:01:03 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
607 B
BlitzBasic
19 lines
607 B
BlitzBasic
SUMMARY = "Libsyncml is an implementation of the SyncML protocol"
|
|
HOMEPAGE = "https://libsyncml.opensync.org/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
|
|
|
|
DEPENDS = "libxml2 glib-2.0 libsoup-2.4 openobex wbxml2"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95"
|
|
SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
PACKAGES += "${PN}-tools"
|
|
|
|
FILES_${PN}-tools = "${bindir}"
|
|
FILES_${PN} = "${libdir}/*.so.*"
|