[oe-commits] [openembedded-core] 15/19: openssl: make OPENSSL_ENGINES match install path

git at git.openembedded.org git at git.openembedded.org
Wed Oct 30 13:48:32 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch warrior
in repository openembedded-core.

commit 041fb2743a94d7fb065b073efbe5fe5cf46cde53
Author: George McCollister <george.mccollister at gmail.com>
AuthorDate: Tue Oct 29 10:47:28 2019 +0100

    openssl: make OPENSSL_ENGINES match install path
    
    Set OPENSSL_ENGINES to the path where engines are actually installed.
    
    Signed-off-by: George McCollister <george.mccollister at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 59565fec0b3f3e24eb01c03b671913599cd3134d)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    (cherry picked from commit 578f41124565a7cda738c7fe3d25702ee41b08ed)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1b.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1b.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1b.bb
index df2698f..9e36df8 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 () {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list