[oe-commits] [openembedded-core] 11/17: openssl: fix path in nativesdk environment-setup script

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 11:00:55 UTC 2018


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

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

commit 950f89a5eb98edbd734247b4141e18e635ef4f91
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Aug 16 21:43:36 2018 -0700

    openssl: fix path in nativesdk environment-setup script
    
    A single version of the openssl.sh environment-setup script is
    currently shared by both the openssl 1.0 and 1.1 recipes. The libdir
    path in the script needs to be tweaked for openssl 1.1.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
index 73e8ffa..92f3059 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
@@ -132,6 +132,7 @@ do_install_append_class-native () {
 do_install_append_class-nativesdk () {
 	mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d
 	install -m 644 ${WORKDIR}/environment.d-openssl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh
+	sed 's|/usr/lib/ssl/|/usr/lib/ssl-1.1/|g' -i ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh
 }
 
 do_install_ptest () {

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


More information about the Openembedded-commits mailing list