summaryrefslogtreecommitdiffstats
path: root/recipes-support/curl
Commit message (Collapse)AuthorAgeFilesLines
* curl: Disable incompatible-pointer-types warning as error on mingwKhem Raj2024-05-301-0/+11
| | | | | | | | | GCC-14 promoted this warning into error by default but code does not build cleanly and now this warning becomes a hard error. RP: Fix whitespace Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* curl: Fix after openssl recipe changes to PACKAGECONFIG3.5_M2Richard Purdie2022-01-111-1/+2
| | | | | | | The oe-core curl recipe changed PACKAGECONFIG options around, update the bbappend to match. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-2/+2
| | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cmake: add support for building nativesdk-cmakeSamuli Piippo2018-11-201-0/+2
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>