Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "OpenSource WebSocket Toolkit" |
| 2 | DESCRIPTION = "noPoll is a OpenSource WebSocket implementation (RFC 6455), \ |
| 3 | written in ansi C, that allows building pure WebSocket solutions or to \ |
| 4 | provide WebSocket support to existing TCP oriented applications.\ |
| 5 | \ |
| 6 | noPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://),\ |
| 7 | allowing message based (handler notified) programming or stream oriented access." |
| 8 | |
| 9 | HOMEPAGE = "http://www.aspl.es/nopoll/" |
| 10 | LICENSE = "LGPL-2.1" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \ |
| 12 | " |
| 13 | DEPENDS = "openssl" |
| 14 | SRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \ |
| 15 | " |
| 16 | SRC_URI[md5sum] = "8d333f158b5d5a8975a6149e6ef8db63" |
| 17 | SRC_URI[sha256sum] = "7f1b20f1d0525f30cdd2a4fc386d328b4cf98c6d11cef51fe62cd9491ba19ad9" |
| 18 | |
| 19 | inherit autotools pkgconfig |
| 20 | |
| 21 | EXTRA_OECONF += "--disable-nopoll-doc" |
| 22 | |
| 23 | LDFLAGS += "-lpthread" |