summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2019-10-29 10:47:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-30 13:47:54 +0000
commit77a4470733a79b1d13e2848b52523d95440164eb (patch)
tree6993a348830a4203ab04776f8555134348b13f04
parentf29207ae997e829fcdf781ce3b566c96da3c9390 (diff)
downloadpoky-77a4470733a79b1d13e2848b52523d95440164eb.tar.gz
openssl: make OPENSSL_ENGINES match install path
Set OPENSSL_ENGINES to the path where engines are actually installed. (From OE-Core rev: 041fb2743a94d7fb065b073efbe5fe5cf46cde53) Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 59565fec0b3f3e24eb01c03b671913599cd3134d) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 578f41124565a7cda738c7fe3d25702ee41b08ed) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1b.bb2
1 files changed, 1 insertions, 1 deletions
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 () {
148 OPENSSL_CONF=${libdir}/ssl-1.1/openssl.cnf \ 148 OPENSSL_CONF=${libdir}/ssl-1.1/openssl.cnf \
149 SSL_CERT_DIR=${libdir}/ssl-1.1/certs \ 149 SSL_CERT_DIR=${libdir}/ssl-1.1/certs \
150 SSL_CERT_FILE=${libdir}/ssl-1.1/cert.pem \ 150 SSL_CERT_FILE=${libdir}/ssl-1.1/cert.pem \
151 OPENSSL_ENGINES=${libdir}/ssl-1.1/engines 151 OPENSSL_ENGINES=${libdir}/engines-1.1
152} 152}
153 153
154do_install_append_class-nativesdk () { 154do_install_append_class-nativesdk () {