From dfca62c1208bb5c1c216062d686c0ab5ba5bf8ea Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Sep 2018 14:58:50 -0700 Subject: nopoll: Upgrade to 0.4.6.b400 Signed-off-by: Khem Raj --- .../recipes-protocols/nopoll/nopoll_0.4.2.b297.bb | 23 ---------------------- .../recipes-protocols/nopoll/nopoll_0.4.6.b400.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb create mode 100644 meta-networking/recipes-protocols/nopoll/nopoll_0.4.6.b400.bb (limited to 'meta-networking/recipes-protocols') 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 deleted file mode 100644 index 1d77891d47..0000000000 --- a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.2.b297.bb +++ /dev/null @@ -1,23 +0,0 @@ -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" -LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \ - " -DEPENDS = "openssl" -SRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \ - " -SRC_URI[md5sum] = "8c411cd0f3c0479aed28c4cf7b114fbb" -SRC_URI[sha256sum] = "f5fbf8aaa16a77b0f265d8c847eb06cb3e68f2b1a50737466dae81181618654c" - -inherit autotools pkgconfig - -EXTRA_OECONF += "--disable-nopoll-doc" - -LDFLAGS += "-lpthread" diff --git a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.6.b400.bb b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.6.b400.bb new file mode 100644 index 0000000000..8c57d29492 --- /dev/null +++ b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.6.b400.bb @@ -0,0 +1,23 @@ +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" +LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \ + " +DEPENDS = "openssl" +SRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \ + " +SRC_URI[md5sum] = "8d333f158b5d5a8975a6149e6ef8db63" +SRC_URI[sha256sum] = "7f1b20f1d0525f30cdd2a4fc386d328b4cf98c6d11cef51fe62cd9491ba19ad9" + +inherit autotools pkgconfig + +EXTRA_OECONF += "--disable-nopoll-doc" + +LDFLAGS += "-lpthread" -- cgit v1.2.3-54-g00ecf