diff options
author | George McCollister <george.mccollister@gmail.com> | 2019-09-25 06:52:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-23 16:30:36 +0100 |
commit | f82f4fae7effbf178065deed3934aec3fbf5b8b7 (patch) | |
tree | da16ca3ded866b103499decd6dec865ff2a1e095 | |
parent | d27729ebd0e2129c39fb625cdfbf396b12d045a6 (diff) | |
download | poky-f82f4fae7effbf178065deed3934aec3fbf5b8b7.tar.gz |
openssl: make OPENSSL_ENGINES match install path
Set OPENSSL_ENGINES to the path where engines are actually installed.
(From OE-Core rev: 59565fec0b3f3e24eb01c03b671913599cd3134d)
Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
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 | ||
154 | do_install_append_class-nativesdk () { | 154 | do_install_append_class-nativesdk () { |