[oe-commits] [openembedded-core] 36/36: openssl: Handle -conf package file conflicts

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 10:05:30 UTC 2018


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

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

commit bd92ff5759809df2542ce1bcba2c45bbd11d1e10
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Aug 31 15:23:11 2018 +0100

    openssl: Handle -conf package file conflicts
    
    The configuration files from 1.0 and 1.1 conflict:
    
    """
    file /etc/ssl/openssl.cnf conflicts between attempted installs of openssl10-conf-1.0.2p-r0.i586 and openssl-conf-1.1.1+pre9-r0.i586
    """
    
    Ensure that if 1.1 is present, it will overwrite the config file
    from 1.0.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb
index 3f4e19f..7fcb9c2 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb
@@ -175,4 +175,8 @@ RDEPENDS_${PN}-bin = "perl"
 RDEPENDS_${PN}-misc = "perl"
 RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash python"
 
+RPROVIDES_openssl-conf = "openssl10-conf"
+RREPLACES_openssl-conf = "openssl10-conf"
+RCONFLICTS_openssl-conf = "openssl10-conf"
+
 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