blob: 67edf5691289476a335b4d02ab1390d3b1dc0904 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -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
8EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake -DCPPREST_EXCLUDE_BROTLI=OFF"
9
10SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \
Brad Bishop34ae6002019-04-08 15:21:03 -040011 file://1094.patch "
Brad Bishop19323692019-04-05 15:28:33 -040012
13# tag 2.10.12
14SRCREV= "d4fb1cf7f7d22c12e2e442ba5a5e98d09b0a28ab"
15
16S = "${WORKDIR}/git"
17
18inherit cmake pkgconfig