From 86c15d5a3cfa5bbd2173d9a444d7cff0dff78f08 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 8 Feb 2021 21:38:10 +0800 Subject: [PATCH] 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 --- .../cpprest/{cpprest_2.10.17.bb => cpprest_2.10.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/cpprest/{cpprest_2.10.17.bb => cpprest_2.10.18.bb} (93%) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb similarity index 93% rename from meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb rename to meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb index c16e893299..1633412cf5 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste file://disable-outside-tests.patch " # tag 2.10.17 -SRCREV= "41e7d0074b6cb5b22c89f835b4531d848ab66987" +SRCREV= "122d09549201da5383321d870bed45ecb9e168c5" S = "${WORKDIR}/git"