[oe-commits] [openembedded-core] 52/56: ca-certificates: Add openssl as a runtime dependency

git at git.openembedded.org git at git.openembedded.org
Mon May 30 08:39:15 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 36b6aa0f86de2566b61fd81cc150232852d161b2
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: 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.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list