librsocket-cpp: Add new package librsocket-cpp
authorAmol Bhave <ambhave@fb.com>
Fri, 10 May 2019 01:17:52 +0000 (18:17 -0700)
committerAmol Bhave <ambhave@fb.com>
Fri, 10 May 2019 18:12:19 +0000 (11:12 -0700)
commit6bb4e3014c3f6dfae1afa5f642df7482807f14b1
treeb2b4dfe3b88ba9f39dfc4b23cd2b3f9e64be42ce
parent6fe4de8170eb5ca5d59aedf54b638d893eb65112
librsocket-cpp: Add new package librsocket-cpp

C++ implementation of RSocket
RSocket is a binary protocol for use on byte stream transports such as
TCP, WebSockets, and Aeron. (https://rsocket.io/)

This ships with two separte libraries, yarpl and rsocket

Patch 100 is already upstream
(https://github.com/rsocket/rsocket-cpp/commit/862202c6e99a49a8cbd304644d98d3f419b429d8).
Patch 101 in process of upstreaming as it needs to made compatible with
using both gold and ld.

[Dependency of https://github.com/facebook/openr]

Compile tested: openwrt master - nbg6817, arc700

Signed-off-by: Amol Bhave <ambhave@fb.com>
libs/librsocket-cpp/Makefile [new file with mode: 0644]
libs/librsocket-cpp/patches/100-fix-momit-leaf-frame-pointer-error.patch [new file with mode: 0644]
libs/librsocket-cpp/patches/101-do-not-use-gold.patch [new file with mode: 0644]