Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] ca-certificates: Add openssl as a runtime dependency
@ 2016-05-27 10:28 Otavio Salvador
  2016-05-30 21:57 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2016-05-27 10:28 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador

The update-ca-certificates script uses the c_rehash utility which is
installed by openssl. Add openssl as a runtime dependency to fulfill
the utility requirement.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta/recipes-support/ca-certificates/ca-certificates_20160104.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
index 871bc2e..faefc78 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
@@ -76,4 +76,6 @@ do_install_append_class-native () {
     SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates
 }
 
+RDEPENDS_${PN} += "openssl"
+
 BBCLASSEXTEND += "native nativesdk"
-- 
2.8.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-02 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27 10:28 [PATCH] ca-certificates: Add openssl as a runtime dependency Otavio Salvador
2016-05-30 21:57 ` Richard Purdie
2016-06-01 23:31   ` Paul Eggleton
2016-06-02 15:00     ` Otavio Salvador
2016-06-02 20:05       ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox