From 86c15d5a3cfa5bbd2173d9a444d7cff0dff78f08 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 8 Feb 2021 21:38:10 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb | 19 ------------------- meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb create mode 100644 meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb deleted file mode 100644 index c16e893299..0000000000 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb +++ /dev/null @@ -1,19 +0,0 @@ -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 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 @@ +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= "122d09549201da5383321d870bed45ecb9e168c5" + +S = "${WORKDIR}/git" + +inherit cmake pkgconfig -- cgit v1.2.3-54-g00ecf