From 9483d4da04ac4be45c955f2ad34db2f4b96e0018 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 22 Jul 2019 23:23:04 +0200 Subject: [PATCH] cpprest: update to 2.10.14 Signed-off-by: Khem Raj --- .../cpprest/{cpprest_2.10.13.bb => cpprest_2.10.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cpprest/{cpprest_2.10.13.bb => cpprest_2.10.14.bb} (91%) diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb similarity index 91% rename from meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb rename to meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb index 3e42a002ef..c13a632cf8 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb @@ -11,8 +11,8 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste file://disable-float-tests.patch \ file://disable-outside-tests.patch " -# tag 2.10.13 -SRCREV= "9d8f544001cb74544de6dc8c565592f7e2626d6e" +# tag 2.10.14 +SRCREV= "6f602bee67b088a299d7901534af3bce6334ab38" S = "${WORKDIR}/git"