[oe-commits] [openembedded-core] 01/18: ruby-native: Depend on openssl-native

git at git.openembedded.org git at git.openembedded.org
Mon Apr 11 21:03:50 UTC 2016


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

commit 0e3888cc455139bc5ca6080b1d2bc897f42ef7ad
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Apr 11 00:29:04 2016 -0700

    ruby-native: Depend on openssl-native
    
    This dependency is floating otherwise, It races against openssl-native
    and when openssl config does not match with openssl on build host the
    build fails occasionally
    
    x86_64-linux/usr/include/openssl/ripemd.h:70:4: error: #error RIPEMD is
    disabled.
     #  error RIPEMD is disabled.
    
    Change-Id: I5ff6d8f058ff99c64ad4dc7c0377724071003ae6
    (From OE-Core master rev: d0c8d98077622a700d92384f676770cb4d6d4f46)
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/ruby/ruby.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc
index 17aa789..313e752 100644
--- a/meta/recipes-devtools/ruby/ruby.inc
+++ b/meta/recipes-devtools/ruby/ruby.inc
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
 "
 
 DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline"
-DEPENDS_class-native = "libyaml-native"
+DEPENDS_class-native = "openssl-native libyaml-native"
 
 SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \

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


More information about the Openembedded-commits mailing list