summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2021-02-08 21:38:10 +0800
committerKhem Raj <raj.khem@gmail.com>2021-02-08 10:17:23 -0800
commit86c15d5a3cfa5bbd2173d9a444d7cff0dff78f08 (patch)
tree6abdb2217227500ae9959984293813515e1339d4 /meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb
parent260c342157737a33f0c4e316b535af3d328e190f (diff)
downloadmeta-openembedded-86c15d5a3cfa5bbd2173d9a444d7cff0dff78f08.tar.gz
cpprest: upgrade 2.10.17 -> 2.10.18
cpprestsdk (2.10.18) * PR#1571 Add ability to parse and emit the NT Epoch 1601-01-01T00:00:00Z * PR#1571 Update vcpkg submodule * Update CI configuration -- cpprestsdk team MON, 1 Feb 2021 20:02:00 -0700 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb')
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb
new file mode 100644
index 0000000000..1633412cf5
--- /dev/null
+++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb
@@ -0,0 +1,19 @@
1SUMMARY = "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/cpprestsdk -DCPPREST_EXCLUDE_BROTLI=OFF -DWERROR=OFF"
9
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
14# tag 2.10.17
15SRCREV= "122d09549201da5383321d870bed45ecb9e168c5"
16
17S = "${WORKDIR}/git"
18
19inherit cmake pkgconfig