[oe-commits] [openembedded-core] 10/17: openssl: move the libdir openssl.cnf symlink into the openssl package

git at git.openembedded.org git at git.openembedded.org
Mon Aug 20 11:00:54 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 480335803928c95e7948f8c949127ccb5cbc7dbe
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Aug 16 21:43:35 2018 -0700

    openssl: move the libdir openssl.cnf symlink into the openssl package
    
    The openssl 1.0 recipe puts the libdir symlink to /etc/ssl/openssl.cnf
    in the base openssl package (along with the libdir symlinks to
    /etc/ssl/certs and /etc/ssl/private). Keep the openssl 1.1 recipe
    aligned with that approach until there's a clear reason to do
    something else. For more background, see comments in the following
    thread:
    
      http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135176.html
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
index d9c19eb..73e8ffa 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
@@ -153,7 +153,7 @@ PACKAGES =+ "libcrypto libssl openssl-conf ${PN}-engines ${PN}-misc"
 
 FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}"
 FILES_libssl = "${libdir}/libssl${SOLIBS}"
-FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf ${libdir}/ssl-1.1/openssl.cnf"
+FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf"
 FILES_${PN}-engines = "${libdir}/engines-1.1"
 FILES_${PN}-misc = "${libdir}/ssl-1.1/misc"
 FILES_${PN} =+ "${libdir}/ssl-1.1/*"

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


More information about the Openembedded-commits mailing list