diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-08-16 21:43:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-20 17:38:23 +0100 |
commit | 13e0be4efc23fcc1a71adba1b6707ecf59fbae29 (patch) | |
tree | f7143b102ef55a5b17ce66335219fe16ee1cc448 /meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | |
parent | b4570537cae57f0ce033be22b3d8b94cbb7f928a (diff) | |
download | poky-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/openssl/openssl_1.1.0i.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 2 |
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 | ||
154 | FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}" | 154 | FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}" |
155 | FILES_libssl = "${libdir}/libssl${SOLIBS}" | 155 | FILES_libssl = "${libdir}/libssl${SOLIBS}" |
156 | FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf ${libdir}/ssl-1.1/openssl.cnf" | 156 | FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf" |
157 | FILES_${PN}-engines = "${libdir}/engines-1.1" | 157 | FILES_${PN}-engines = "${libdir}/engines-1.1" |
158 | FILES_${PN}-misc = "${libdir}/ssl-1.1/misc" | 158 | FILES_${PN}-misc = "${libdir}/ssl-1.1/misc" |
159 | FILES_${PN} =+ "${libdir}/ssl-1.1/*" | 159 | FILES_${PN} =+ "${libdir}/ssl-1.1/*" |