aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch')
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch b/meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch
new file mode 100644
index 0000000000..94bb005989
--- /dev/null
+++ b/meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch
@@ -0,0 +1,12 @@
+Description: fix for upstream issue 747, clang 6 build error
+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