diff --git a/meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch b/meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch deleted file mode 100644 index 81a76ea9fc..0000000000 --- a/meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch +++ /dev/null @@ -1,13 +0,0 @@ -Description: fix for upstream issue 747, clang 6 build error -Forwarded: https://github.com/Microsoft/cpprestsdk/pull/844 -From: rozhuk-im ---- a/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:39.927675000 +0300 -+++ b/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:57.809537000 +0300 -@@ -240,6 +240,7 @@ - { - public: - _PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param); -+ virtual ~linux_scheduler() {} - }; - - } // namespace details diff --git a/meta-oe/recipes-support/cpprest/cpprest-2.10.5/845.patch b/meta-oe/recipes-support/cpprest/cpprest/845.patch similarity index 100% rename from meta-oe/recipes-support/cpprest/cpprest-2.10.5/845.patch rename to meta-oe/recipes-support/cpprest/cpprest/845.patch diff --git a/meta-oe/recipes-support/cpprest/cpprest-2.10.5/disable-float-tests.patch b/meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch similarity index 100% rename from meta-oe/recipes-support/cpprest/cpprest-2.10.5/disable-float-tests.patch rename to meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch diff --git a/meta-oe/recipes-support/cpprest/cpprest-2.10.5/disable-outside-tests.patch b/meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch similarity index 100% rename from meta-oe/recipes-support/cpprest/cpprest-2.10.5/disable-outside-tests.patch rename to meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch diff --git a/meta-oe/recipes-support/cpprest/cpprest-2.10.5/disable-test-timeouts.patch b/meta-oe/recipes-support/cpprest/cpprest/disable-test-timeouts.patch similarity index 100% rename from meta-oe/recipes-support/cpprest/cpprest-2.10.5/disable-test-timeouts.patch rename to meta-oe/recipes-support/cpprest/cpprest/disable-test-timeouts.patch diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.5.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.6.bb similarity index 87% rename from meta-oe/recipes-support/cpprest/cpprest_2.10.5.bb rename to meta-oe/recipes-support/cpprest/cpprest_2.10.6.bb index 040c43ff0e..a3162bb433 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.5.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.6.bb @@ -9,12 +9,11 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste file://disable-outside-tests.patch \ file://disable-test-timeouts.patch \ file://disable-float-tests.patch \ - file://747.patch \ file://845.patch \ " -# tag 2.10.5 -SRCREV= "25d6b26f7038eeec3b51e2e0a70960a8e34fcd68" +# tag 2.10.6 +SRCREV= "66e50f02dde92f802bbd3a8d79c6352954665b9b" S = "${WORKDIR}/git"