[oe-commits] [openembedded-core] 07/10: ca-certificates: Fix openssl runtime dependency

git at git.openembedded.org git at git.openembedded.org
Tue May 28 23:14:41 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 9de688aa3be80d2e605fe5ab071b8f099444713c
Author: Andrei Gherzan <andrei at gherzan.ro>
AuthorDate: Tue May 28 15:30:30 2019 +0100

    ca-certificates: Fix openssl runtime dependency
    
    Since yocto thud, and more specifically since poky switched to
    openssl 1.1 line, the openssl binary is provided by 'openssl-bin'.
    
    Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/ca-certificates/ca-certificates_20190110.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb b/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
index 4c04253..bc69c55 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
@@ -82,6 +82,6 @@ do_install_append_class-native () {
     SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates
 }
 
-RDEPENDS_${PN} += "openssl"
+RDEPENDS_${PN} += "openssl-bin"
 
 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