From: George McCollister Date: Tue, 29 Oct 2019 09:47:28 +0000 (+0100) Subject: openssl: make OPENSSL_ENGINES match install path X-Git-Tag: 2019-04.2-warrior~5 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=041fb2743a94d7fb065b073efbe5fe5cf46cde53;p=openembedded-core.git openssl: make OPENSSL_ENGINES match install path Set OPENSSL_ENGINES to the path where engines are actually installed. Signed-off-by: George McCollister Signed-off-by: Ross Burton (cherry picked from commit 59565fec0b3f3e24eb01c03b671913599cd3134d) Signed-off-by: Armin Kuster (cherry picked from commit 578f41124565a7cda738c7fe3d25702ee41b08ed) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1b.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1b.bb index df2698fb40..9e36df807c 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1b.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1b.bb @@ -148,7 +148,7 @@ do_install_append_class-native () { OPENSSL_CONF=${libdir}/ssl-1.1/openssl.cnf \ SSL_CERT_DIR=${libdir}/ssl-1.1/certs \ SSL_CERT_FILE=${libdir}/ssl-1.1/cert.pem \ - OPENSSL_ENGINES=${libdir}/ssl-1.1/engines + OPENSSL_ENGINES=${libdir}/engines-1.1 } do_install_append_class-nativesdk () {