summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest/cpprest-2.10.2/747.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/cpprest/cpprest-2.10.2/747.patch')
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest-2.10.2/747.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest-2.10.2/747.patch b/meta-oe/recipes-support/cpprest/cpprest-2.10.2/747.patch
deleted file mode 100644
index 94bb005989..0000000000
--- a/meta-oe/recipes-support/cpprest/cpprest-2.10.2/747.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1Description: fix for upstream issue 747, clang 6 build error
2From: rozhuk-im
3--- a/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:39.927675000 +0300
4+++ b/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:57.809537000 +0300
5@@ -240,6 +240,7 @@
6 {
7 public:
8 _PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param);
9+ virtual ~linux_scheduler() {}
10 };
11
12 } // namespace details