summaryrefslogtreecommitdiffstats
path: root/package/libcpprestsdk
Commit message (Collapse)AuthorAgeFilesLines
* libcpprestsdk: needs host-pkgconfPeter Korsgaard2018-02-151-1/+1
| | | | | | | | Commit d2f0a9bba400 (libcpprestsdk: fix building as a static library) changed libcpprestsdk to use pkg-config to find the linker flags for openssl, so ensure it is available. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcpprestsdk: fix building as a static libraryAdam Duskett2018-02-131-0/+38
| | | | | | | | | | | | | | | | Use pkg-config to find OpenSSL. This will automatically find any dependent libraries and put them in the correct order for linking. Upstream status: submitted https://github.com/Microsoft/cpprestsdk/pull/688 Fixes: http://autobuild.buildroot.net/results/be9e8d1717968a0ff8f01f7fadfa79825ac88b94/ Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libcpprestsdk: require nptl threadsAdam Duskett2018-01-291-4/+5
| | | | | | | | | | pthread_condattr_setclock is used which is NPTL only. Fixes: http://autobuild.buildroot.net/results/abf058948c9e4e9a50d42a05689b76bfb54a02e2/ Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcpprestsdk: new packageAdam Duskett2018-01-156-0/+159
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. This package is licensed under the MIT package and depends on BOOST and OpenSSL/LibreSSL. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud