diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-11-17 10:27:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:30:57 +0000 |
commit | d0c8d98077622a700d92384f676770cb4d6d4f46 (patch) | |
tree | d8bfd045caa05643aa2afff3e463b9d3f98287f9 /meta | |
parent | 5e0f27bd0d00dd9aa597d98d0a7d5b4f5d726925 (diff) | |
download | openembedded-core-d0c8d98077622a700d92384f676770cb4d6d4f46.tar.gz openembedded-core-d0c8d98077622a700d92384f676770cb4d6d4f46.tar.bz2 openembedded-core-d0c8d98077622a700d92384f676770cb4d6d4f46.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/ruby/ruby.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index 17aa7899b2..313e752222 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 \ |