mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
cpprest: upgrade 2.10.16 -> 2.10.17
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
19
meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb
Normal file
19
meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
|
||||
SECTION = "libs/network"
|
||||
HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"
|
||||
DEPENDS = "openssl websocketpp zlib boost brotli"
|
||||
|
||||
EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake/cpprestsdk -DCPPREST_EXCLUDE_BROTLI=OFF -DWERROR=OFF"
|
||||
|
||||
SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \
|
||||
file://disable-float-tests.patch \
|
||||
file://disable-outside-tests.patch "
|
||||
|
||||
# tag 2.10.17
|
||||
SRCREV= "41e7d0074b6cb5b22c89f835b4531d848ab66987"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
Reference in New Issue
Block a user