From: Peter Kjellerstedt Date: Thu, 26 Feb 2026 21:08:08 +0000 (+0100) Subject: openssl: Package /etc/ssl/openssl.conf.d in openssl-conf X-Git-Tag: uninative-5.1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc144bec425514ece321d5d9906aad669c2c33d5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git openssl: Package /etc/ssl/openssl.conf.d in openssl-conf Since the /etc/ssl/openssl.conf file is packaged in openssl-conf, it makes sense to also add the new /etc/ssl/openssl.conf.d directory to the same package. Signed-off-by: Peter Kjellerstedt Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/openssl/openssl_3.5.5.bb b/meta/recipes-connectivity/openssl/openssl_3.5.5.bb index a713d4bbcd..7799647415 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.5.5.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.5.5.bb @@ -269,7 +269,7 @@ PACKAGES =+ "libcrypto libssl openssl-conf ${PN}-engines ${PN}-misc ${PN}-ossl-m FILES:libcrypto = "${libdir}/libcrypto${SOLIBS}" FILES:libssl = "${libdir}/libssl${SOLIBS}" -FILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf \ +FILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf* \ ${libdir}/ssl-3/openssl.cnf* \ " FILES:${PN}-engines = "${libdir}/engines-3"