mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
openssl: export OPENSSL_MODULES in the wrapper
OpenSSL 3 added the concept of provider modules which are loaded from disk. The load path is hard-coded into the library and needs to be relocated when running natively, so add OPENSSL_MODULES to the wrapper. (From OE-Core rev: 160ac2f136cb8df829c803848c7c47d707a908ff) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1adbf5ba27
commit
a8c9104ac4
@@ -160,7 +160,8 @@ do_install:append:class-native () {
|
||||
OPENSSL_CONF=${libdir}/ssl-3/openssl.cnf \
|
||||
SSL_CERT_DIR=${libdir}/ssl-3/certs \
|
||||
SSL_CERT_FILE=${libdir}/ssl-3/cert.pem \
|
||||
OPENSSL_ENGINES=${libdir}/engines-3
|
||||
OPENSSL_ENGINES=${libdir}/engines-3 \
|
||||
OPENSSL_MODULES=${libdir}/ossl-modules
|
||||
}
|
||||
|
||||
do_install:append:class-nativesdk () {
|
||||
|
||||
Reference in New Issue
Block a user