summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-08-16 21:43:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-20 17:38:23 +0100
commit13e0be4efc23fcc1a71adba1b6707ecf59fbae29 (patch)
treef7143b102ef55a5b17ce66335219fe16ee1cc448 /meta/recipes-connectivity
parentb4570537cae57f0ce033be22b3d8b94cbb7f928a (diff)
downloadpoky-13e0be4efc23fcc1a71adba1b6707ecf59fbae29.tar.gz
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 (From OE-Core rev: 480335803928c95e7948f8c949127ccb5cbc7dbe) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.0i.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
index d9c19ebca5..73e8ffa902 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"
153 153
154FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}" 154FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}"
155FILES_libssl = "${libdir}/libssl${SOLIBS}" 155FILES_libssl = "${libdir}/libssl${SOLIBS}"
156FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf ${libdir}/ssl-1.1/openssl.cnf" 156FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf"
157FILES_${PN}-engines = "${libdir}/engines-1.1" 157FILES_${PN}-engines = "${libdir}/engines-1.1"
158FILES_${PN}-misc = "${libdir}/ssl-1.1/misc" 158FILES_${PN}-misc = "${libdir}/ssl-1.1/misc"
159FILES_${PN} =+ "${libdir}/ssl-1.1/*" 159FILES_${PN} =+ "${libdir}/ssl-1.1/*"