[oe-commits] [meta-openembedded] 02/43: mailx: Force mailx to build with openssl10

git at git.openembedded.org git at git.openembedded.org
Tue Aug 22 13:39:25 UTC 2017


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

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 17dbbb333b8a97197204f3962b3238bda4b34e01
Author: Jason Wessel <jason.wessel at windriver.com>
AuthorDate: Tue Aug 15 12:24:24 2017 -0700

    mailx: Force mailx to build with openssl10
    
    The latest changes in oe-core switch to using openssl 1.1.  The
    SSLv3_client_method and RAND_egd functions are removed in the openssl
    1.1. This causes mailx to fail to compile.
    
    For now we can use openssl10 in the same manner that openssh is doing.
    At the point in time that openssl10 goes away the code for openssl in
    mailx will have to be altered.
    
    Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/mailx/mailx_12.5-5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb b/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb
index 9dd710a..0a191a0 100644
--- a/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb
+++ b/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb
@@ -9,7 +9,7 @@ SECTION = "console/network"
 LICENSE = "BSD & MPL-1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd"
 
-DEPENDS = "openssl"
+DEPENDS = "openssl10"
 
 SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/h/heirloom-mailx/heirloom-mailx_12.5.orig.tar.gz;name=archive \
            file://0001-Don-t-reuse-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch \

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


More information about the Openembedded-commits mailing list