summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-03-201-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: Skip recipe due to unbuildable dependency websocketppKhem Raj2025-01-131-0/+2
| | | | | | Websocketpp needs to be ported to work with booost >= 1.87 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: upgrade 2.10.18 -> 2.10.19alperak2023-12-211-2/+2
| | | | | | | | | | | | | | | Changelog: * PR#1982 make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly. The old behavior could potentially return "true" for URLs that were not, in fact, local, and this could cause security issues if is_host_loopback was used in certain ways. * PR#1711 Fix likely typo in SafeInt3.hpp, that results in error with clang 15 * PR#1496 Support for oauth2 with "client_credentials" grant type. * PR#1429 Add constructor from all integer types for json value. * PR#1577 export http_exception for non Windows builds using visibility macros. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprestsdk: fix typo in comment, tag is actually 2.0.18Gianfranco Costamagna2023-10-101-1/+1
| | | | | | 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>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-212-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: upgrade 2.10.17 -> 2.10.18zangrc2021-02-081-1/+1
| | | | | | | | | | | cpprestsdk (2.10.18) * PR#1571 Add ability to parse and emit the NT Epoch 1601-01-01T00:00:00Z * PR#1571 Update vcpkg submodule * Update CI configuration -- cpprestsdk team MON, 1 Feb 2021 20:02:00 -0700 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: upgrade 2.10.16 -> 2.10.17zangrc2021-01-071-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: Disable one more test requiring internet connectionGianfranco Costamagna2020-05-131-0/+20
| | | | | | 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: upgrade 2.10.15 -> 2.10.16Zheng Ruoqin2020-05-121-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.15 and refresh patchesGianfranco Costamagna2020-02-272-39/+8
| | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: fix cmake installation directoryGianfranco Costamagna2020-01-101-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>
* 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>