mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
fbreader, fltk, gpm, iksemel, joe, links, ode, openldap, opensync, xchat: import from meta-smartphone
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION = "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"
|
||||
RRECOMMENDS_${PN} = "wbxml2 openobex libsoup-2.4"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95"
|
||||
SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
EXTRA_OECMAKE += " . -B${WORKDIR}/build "
|
||||
|
||||
PACKAGES += "${PN}-tools"
|
||||
|
||||
FILES_${PN}-tools = "${bindir}"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
|
||||
do_build_prepend() {
|
||||
cd ${WORKDIR}/build
|
||||
}
|
||||
|
||||
do_install_prepend() {
|
||||
cd ${WORKDIR}/build
|
||||
}
|
||||
Reference in New Issue
Block a user