diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-02 19:56:29 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-14 09:20:11 -0500 |
commit | 3b8f33b1c524d72eeb4a5638f88102159ea224b3 (patch) | |
tree | 62874507ca18f30fe4278ee36fe626499d7289c6 /meta-networking | |
parent | 92c6bbda78530dfcd6aa074798a86f5635506b1b (diff) | |
download | meta-openembedded-3b8f33b1c524d72eeb4a5638f88102159ea224b3.tar.gz |
nopoll: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb new file mode 100644 index 000000000..611374cab --- /dev/null +++ b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb | |||
@@ -0,0 +1,21 @@ | |||
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] = "8c411cd0f3c0479aed28c4cf7b114fbb" | ||
17 | SRC_URI[sha256sum] = "f5fbf8aaa16a77b0f265d8c847eb06cb3e68f2b1a50737466dae81181618654c" | ||
18 | |||
19 | inherit autotools pkgconfig | ||
20 | |||
21 | LDFLAGS += "-lpthread" | ||