[gnome-continuous-yocto/gnomeostree-3.28-rocko: 557/8267] ca-certificates: Add openssl as a runtime dependency



commit f8ff1f2687a469e928e2f0895e642db851ca9a36
Author: Otavio Salvador <otavio ossystems com br>
Date:   Fri May 27 07:28:31 2016 -0300

    ca-certificates: Add openssl as a runtime dependency
    
    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.
    
    (From OE-Core rev: a90ba07812444ebac93cd535d11dd54994897bfd)
    
    Signed-off-by: Otavio Salvador <otavio ossystems com br>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../ca-certificates/ca-certificates_20160104.bb    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]