diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2020-07-16 04:09:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-31 22:02:52 +0100 |
commit | 26bc7aed4639a29990c8630508ae4a6fb81930a3 (patch) | |
tree | 213e53b614b58c6149b10f385e87a071747b688c | |
parent | f718d9f2aa699ffbd1339f3a63306176d3d2ec7f (diff) | |
download | poky-26bc7aed4639a29990c8630508ae4a6fb81930a3.tar.gz |
openssl: openssl-bin requires openssl-conf to run
Fixed:
$ dnf install openssl-bin
$ openssl req -new -x509 -keyout lighttpd.pem -out lighttpd.pem -days 365 -nodes -batch
Can't open /usr/lib/ssl-1.1/openssl.cnf for reading, No such file or directory
(From OE-Core rev: 2a4980cd8bfd829bab1ba081588eb0bdbd285b97)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e93cd3b83a255294c9ab728adc7e237eb1321dab)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1g.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb index 47ed6b7640..815955837b 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb | |||
@@ -204,6 +204,8 @@ CONFFILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf" | |||
204 | RRECOMMENDS_libcrypto += "openssl-conf" | 204 | RRECOMMENDS_libcrypto += "openssl-conf" |
205 | RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash" | 205 | RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash" |
206 | 206 | ||
207 | RDEPENDS_${PN}-bin += "openssl-conf" | ||
208 | |||
207 | BBCLASSEXTEND = "native nativesdk" | 209 | BBCLASSEXTEND = "native nativesdk" |
208 | 210 | ||
209 | CVE_PRODUCT = "openssl:openssl" | 211 | CVE_PRODUCT = "openssl:openssl" |