From: George McCollister Date: Wed, 25 Sep 2019 11:52:59 +0000 (-0500) Subject: openssl: make OPENSSL_ENGINES match install path X-Git-Tag: uninative-2.8~1304 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=59565fec0b3f3e24eb01c03b671913599cd3134d;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 --- diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb index 072f727e0b..8819e19ec4 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1d.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1d.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 () {