summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest
Commit message (Collapse)AuthorAgeFilesLines
* cpprest: fix cmake installation directoryGianfranco Costamagna2020-01-191-1/+1
| | | | | | | | | | This should help reverse-dependencies find the cmake files also in multiarch locations Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2ca15ad3d80172f47b107bb4e346827efa431769) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpprest: Do not export Werror from build system instead of adding -Wno-error ↵Gianfranco Costamagna2019-07-231-3/+1
| | | | | | to the same build command Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.14Gianfranco Costamagna2019-07-231-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: Fix build failure with gcc 8Adrian Bunk2019-07-101-3/+1
| | | | | | | | | | | | | The workaround for gcc 9 broke building with gcc 8: cc1plus: error: -Werror=deprecated-copy: no option -Wdeprecated-copy cc1plus: error: -Werror=redundant-move: no option -Wredundant-move ninja: build stopped: subcommand failed. -Werror is often problematic in distribution builds, disable it globally and permanently. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: temporary ignore deprecated-copy and redundant-move errors detected ↵Martin Jansa2019-06-151-0/+4
| | | | | | | | | | by gcc9 * until it's properly fixed in upstream: https://github.com/Microsoft/cpprestsdk/issues/1099 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.13, drop 32bit build fix upstreamGianfranco Costamagna2019-04-294-310/+167
| | | | | | | Add back test disables from Debian, they are still needed with the network access disabled Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: fix build failure on 32bit systems, with upstream merged patchGianfranco Costamagna2019-04-064-1586/+308
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: fix build failures on 32bit systems, by reverting two upstream commitsGianfranco Costamagna2019-03-283-0/+1585
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: bump version to 2.10.12Gianfranco Costamagna2019-03-281-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.11Gianfranco Costamagna2019-03-211-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.10Gianfranco Costamagna2019-02-041-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.9, drop patchesGianfranco Costamagna2019-01-224-275/+2
| | | | | | | | | drop patches, now useless in this version. Seems like with both Ubuntu, Debian and Yocto builds that network is not accessed anymore with this upstream release. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: inherit pkg-config to find brotli libraryGianfranco Costamagna2018-12-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: upgrade to version 2.10.8: drop my two patches, now upstreamGianfranco Costamagna2018-11-273-68/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: upgrade to version 2.10.7 and add support for brotli libraryGianfranco Costamagna2018-11-055-49/+74
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: bump version to 2.10.6, drop clang 747 patch: upstreamGianfranco Costamagna2018-09-106-16/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: bump version to 2.10.5, refresh patchesGianfranco Costamagna2018-08-198-88/+46
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to new 2.10.3 release, simplify recipe now that it has a ↵Gianfranco Costamagna2018-08-0810-70/+23
| | | | | | cmake file in the root location Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: update cpprest with patches uploaded in Debian, add upstream ↵Gianfranco Costamagna2018-07-2611-88/+382
| | | | | | | | proposed gcc-8 patch, add boost 1.63 build fix patch Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: Fix build with gcc-8Khem Raj2018-06-142-0/+49
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: Fix build with clangKhem Raj2018-05-263-3/+61
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: add new recipe based on Debian packagingGianfranco Costamagna2018-05-012-0/+34
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Co-developed-by: Cristiano Prato <cristiano.prato@cnhind.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>