]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
openssl: openssl-bin requires openssl-conf to run rbt/openssl
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 16 Jul 2020 10:11:28 +0000 (03:11 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 16 Jul 2020 11:07:46 +0000 (04:07 -0700)
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

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-connectivity/openssl/openssl_1.1.1g.bb

index 47ed6b7640b3ce1a1228d7a383dccb4e3f701972..815955837b28feb5ecdf673bcd4e68568d9da2ab 100644 (file)
@@ -204,6 +204,8 @@ CONFFILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf"
 RRECOMMENDS_libcrypto += "openssl-conf"
 RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash"
 
+RDEPENDS_${PN}-bin += "openssl-conf"
+
 BBCLASSEXTEND = "native nativesdk"
 
 CVE_PRODUCT = "openssl:openssl"