diff options
| author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2018-08-18 15:26:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-19 16:09:28 -0700 |
| commit | 3ceefec415df8acca98460c4ed91a5fa6510c1b9 (patch) | |
| tree | 8f4ff0ff2115822b4a7bc8602333563af73e0c49 /meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch | |
| parent | 0d614c4220d29da14eba7fccbb21fa6b53d63fec (diff) | |
| download | meta-openembedded-3ceefec415df8acca98460c4ed91a5fa6510c1b9.tar.gz | |
cpprest: bump version to 2.10.5, refresh patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch')
| -rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 0000000000..81a76ea9fc --- /dev/null +++ b/meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Description: fix for upstream issue 747, clang 6 build error | ||
| 2 | Forwarded: https://github.com/Microsoft/cpprestsdk/pull/844 | ||
| 3 | From: rozhuk-im | ||
| 4 | --- a/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:39.927675000 +0300 | ||
| 5 | +++ b/Release/include/pplx/pplxlinux.h 2018-04-29 16:22:57.809537000 +0300 | ||
| 6 | @@ -240,6 +240,7 @@ | ||
| 7 | { | ||
| 8 | public: | ||
| 9 | _PPLXIMP virtual void schedule( TaskProc_t proc, _In_ void* param); | ||
| 10 | + virtual ~linux_scheduler() {} | ||
| 11 | }; | ||
| 12 | |||
| 13 | } // namespace details | ||
