mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
0.4.9 ----- Stable release with bug fixing, support for Debian Buster, Debian Bullseye and Ubuntu Focal https://github.com/ASPLes/nopoll/blob/master/doc/release-notes/nopoll-0.4.9.txt 0.4.8 ----- Stable release with bug fixing, support for Debian Buster, Debian Bullseye and Ubuntu Focal https://github.com/ASPLes/nopoll/blob/master/doc/release-notes/nopoll-0.4.8.txt Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
869 B
BlitzBasic
23 lines
869 B
BlitzBasic
SUMMARY = "OpenSource WebSocket Toolkit"
|
|
DESCRIPTION = "noPoll is a OpenSource WebSocket implementation (RFC 6455), \
|
|
written in ansi C, that allows building pure WebSocket solutions or to \
|
|
provide WebSocket support to existing TCP oriented applications.\
|
|
\
|
|
noPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://),\
|
|
allowing message based (handler notified) programming or stream oriented access."
|
|
|
|
HOMEPAGE = "http://www.aspl.es/nopoll/"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \
|
|
"
|
|
DEPENDS = "openssl"
|
|
SRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \
|
|
"
|
|
SRC_URI[sha256sum] = "80bfa3e0228e88e290dd23eb94d9bb1f4d726fb117c11cfb048cbdd1d71d379a"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF += "--disable-nopoll-doc"
|
|
|
|
LDFLAGS += "-lpthread"
|