[oe-commits] [meta-openembedded] 02/11: cpprest: bump version to 2.10.6, drop clang 747 patch: upstream

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 05:00:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b336c4ab233c917c8be66e9281605caa43dcc486
Author: Gianfranco Costamagna <costamagna.gianfranco at gmail.com>
AuthorDate: Mon Sep 10 17:54:17 2018 +0200

    cpprest: bump version to 2.10.6, drop clang 747 patch: upstream
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch    | 13 -------------
 .../cpprest/{cpprest-2.10.5 => cpprest}/845.patch           |  0
 .../{cpprest-2.10.5 => cpprest}/disable-float-tests.patch   |  0
 .../{cpprest-2.10.5 => cpprest}/disable-outside-tests.patch |  0
 .../{cpprest-2.10.5 => cpprest}/disable-test-timeouts.patch |  0
 .../cpprest/{cpprest_2.10.5.bb => cpprest_2.10.6.bb}        |  5 ++---
 6 files changed, 2 insertions(+), 16 deletions(-)

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 81a76ea..0000000
--- 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 040c43f..a3162bb 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list