diff options
| -rw-r--r-- | meta/recipes-connectivity/openssl/openssl_3.4.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.4.1.bb b/meta/recipes-connectivity/openssl/openssl_3.4.1.bb index e18ec4b1ad..1a054a3675 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.4.1.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.4.1.bb | |||
| @@ -176,11 +176,11 @@ do_install () { | |||
| 176 | 176 | ||
| 177 | do_install:append:class-native () { | 177 | do_install:append:class-native () { |
| 178 | create_wrapper ${D}${bindir}/openssl \ | 178 | create_wrapper ${D}${bindir}/openssl \ |
| 179 | OPENSSL_CONF=${libdir}/ssl-3/openssl.cnf \ | 179 | OPENSSL_CONF=\${OPENSSL_CONF:-${libdir}/ssl-3/openssl.cnf} \ |
| 180 | SSL_CERT_DIR=${libdir}/ssl-3/certs \ | 180 | SSL_CERT_DIR=\${SSL_CERT_DIR:-${libdir}/ssl-3/certs} \ |
| 181 | SSL_CERT_FILE=${libdir}/ssl-3/cert.pem \ | 181 | SSL_CERT_FILE=\${SSL_CERT_FILE:-${libdir}/ssl-3/cert.pem} \ |
| 182 | OPENSSL_ENGINES=${libdir}/engines-3 \ | 182 | OPENSSL_ENGINES=\${OPENSSL_ENGINES:-${libdir}/engines-3} \ |
| 183 | OPENSSL_MODULES=${libdir}/ossl-modules | 183 | OPENSSL_MODULES=\${OPENSSL_MODULES:-${libdir}/ossl-modules} |
| 184 | } | 184 | } |
| 185 | 185 | ||
| 186 | do_install:append:class-nativesdk () { | 186 | do_install:append:class-nativesdk () { |
