blob: 53f6469b2898a5d6f540058fc4ed4dd655f3d317 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
2SECTION = "libs/network"
3HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"
6DEPENDS = "openssl websocketpp zlib boost brotli"
7
Brad Bishop26bdd442019-08-16 17:08:17 -04008EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake -DCPPREST_EXCLUDE_BROTLI=OFF -DWERROR=OFF"
Brad Bishopc342db32019-05-15 21:57:59 -04009
10SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \
11 file://disable-float-tests.patch \
12 file://disable-outside-tests.patch "
13
Brad Bishop26bdd442019-08-16 17:08:17 -040014# tag 2.10.14
15SRCREV= "6f602bee67b088a299d7901534af3bce6334ab38"
Brad Bishopc342db32019-05-15 21:57:59 -040016
17S = "${WORKDIR}/git"
18
19inherit cmake pkgconfig