[oe-commits] [openembedded-core] 02/05: ca-certificates: add dependency for native/nativesdk on openssl-native

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 21:15:13 UTC 2016


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

commit f87a2803b544b6b8fd95337a52f61afd1276decf
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Jun 3 08:22:46 2016 +1200

    ca-certificates: add dependency for native/nativesdk on openssl-native
    
    When running update-ca-certificates on the build host, as we do during
    do_install for ca-certificates-native (and nativesdk-ca-certificates),
    as of OE-Core commit cea46e7b8d9463306779301fa97f651d750f380f we now
    need openssl-native so it can run c_rehash.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/ca-certificates/ca-certificates_20160104.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
index faefc78..1bea067 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
@@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968
 
 # This is needed to ensure we can run the postinst at image creation time
 DEPENDS = "ca-certificates-native"
-DEPENDS_class-native = ""
+DEPENDS_class-native = "openssl-native"
+DEPENDS_class-nativesdk = "ca-certificates-native openssl-native"
 
 SRCREV = "f54715702c5c0581c9461f78fd84e2c8d2ec243c"
 

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


More information about the Openembedded-commits mailing list