xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
2*4882a593SmuzhiyunSECTION = "libs/network"
3*4882a593SmuzhiyunHOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
4*4882a593SmuzhiyunLICENSE = "MIT"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"
6*4882a593SmuzhiyunDEPENDS = "openssl websocketpp zlib boost brotli"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunEXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake/cpprestsdk -DCPPREST_EXCLUDE_BROTLI=OFF -DWERROR=OFF"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \
11*4882a593Smuzhiyun           file://disable-float-tests.patch \
12*4882a593Smuzhiyun           file://disable-outside-tests.patch "
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun# tag 2.10.17
15*4882a593SmuzhiyunSRCREV= "122d09549201da5383321d870bed45ecb9e168c5"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunS = "${WORKDIR}/git"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit cmake pkgconfig
20