summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2018-08-06 10:29:17 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-08 12:04:13 -0700
commit47d2bfaff1336ac47ca187bbeade88693a6a79dd (patch)
tree20642c0fd3d923f068e97ce7a4ce1b3e7086f928 /meta-oe/recipes-support/cpprest/cpprest-2.10.3/747.patch
parent19b47730e079aacceb04fbb6d77247158d90f87c (diff)
downloadmeta-openembedded-47d2bfaff1336ac47ca187bbeade88693a6a79dd.tar.gz
cpprest: update to new 2.10.3 release, simplify recipe now that it has a cmake file in the root location
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 @@
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