]> code.ossystems Code Review - openembedded-core.git/commit
curl: Rework openssl and random PACKAGECONFIGs
authorRobert Joslyn <robert.joslyn@redrectangle.org>
Sun, 9 Jan 2022 19:08:04 +0000 (11:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Jan 2022 15:47:11 +0000 (15:47 +0000)
commiteef6c45fc6ec0a496791123e8ba2f400a5d9d468
treeda33915951db0a61f54dc6f935e27f12e510d715
parentcc029e5e1331b3a8f4181bbfdbe72c547916f458
curl: Rework openssl and random PACKAGECONFIGs

The existing ssl PACKAGECONFIG makes it slightly annoying to use another
crypto provider while removing openssl. Since --with-ssl is just a
deprecated version of --with-openssl, rename the PACKAGECONFIG to use
the newer preferred name. Note that --without-ssl implies no crypto
provider at all, and should only be used when trying to disable all
crypto support.

Move --with-random to it's own option, since it is useful for other
crypto providers, not just openssl.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/curl/curl_7.81.0.bb