]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
openssl: Add passthrough variables to work with bitbake
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 May 2024 22:06:21 +0000 (23:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jun 2024 20:37:07 +0000 (21:37 +0100)
commit6a20667c166fa3d7e2b6e8e8b442dec0fc75f349
tree3bb4a4970374caf88bc4f84a03920edcb46a5867
parentd5460f15cbc56e52cbbc09785a777278208da7f7
openssl: Add passthrough variables to work with bitbake

Now that bitbake uses websockets over SSL as hashserv and is correctly
limiting hash equivalence only to things in the orginal SDK, bitbake builds
from buildtools can fail due to broken SSL from buildtools.

The issue is that the relocation variables are being removed from the
environment. This could be fixed within bitbake or it could be fixed
within the SDK environment. This patch does the latter for now. We
really need to improve openssl relocation within the SDK in general.

Fixing this has become more urgent to fix failing builds in automated
testing.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/files/environment.d-openssl.sh