[oe-commits] [openembedded-core] 14/16: ca-certificates: Fix openssl runtime dependencies

git at git.openembedded.org git at git.openembedded.org
Thu May 30 13:19:59 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 89a26902d91de1b6e5ae3712921042d0962f7f70
Author: Andrei Gherzan <andrei at gherzan.ro>
AuthorDate: Thu May 30 13:22:23 2019 +0100

    ca-certificates: Fix openssl runtime dependencies
    
    Since yocto thud, and more specifically since poky switched to
    openssl 1.1 line, the openssl binary is provided by 'openssl-bin'. This
    impacts the native and nativesdk recipe variants as well.
    
    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 | 4 +++-
 1 file changed, 3 insertions(+), 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..efd9eaa 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb
@@ -82,6 +82,8 @@ do_install_append_class-native () {
     SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates
 }
 
-RDEPENDS_${PN} += "openssl"
+RDEPENDS_${PN}_class-target = "openssl-bin"
+RDEPENDS_${PN}_class-native = "openssl-native"
+RDEPENDS_${PN}_class-nativesdk = "nativesdk-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