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-19 16:20:54 +0100 |
commit | 9cef5c2bb71253e9e83cd21afafc322b7e161475 (patch) | |
tree | 1fcf3aa8639c0634ef6e1eb3fe09f6a7dbbb5981 /meta/recipes-connectivity/openssl | |
parent | f64869557df37b9f70debbf801b537cf196dcfb5 (diff) | |
download | poky-9cef5c2bb71253e9e83cd21afafc322b7e161475.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: e93cd3b83a255294c9ab728adc7e237eb1321dab)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-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" |