[oe] [meta-ruby][PATCH] ruby.inc: DEPEND on libyaml-native

Mark Asselstine mark.asselstine at windriver.com
Tue Sep 23 17:44:24 UTC 2014


Without this dependency we will see warnings when ever we use the
ruby-native from the sysroot

  ...tmp/sysroots/x86_64-linux/usr/lib/ruby/yaml.rb:84:in `<top (required)>':
  It seems your ruby installation is missing psych (for YAML output).
  To eliminate this warning, please install libyaml and reinstall your ruby.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---

By the way I sent two patches on Sept. 5th to the list to add gem
building support to meta-ruby. I have yet to receive any feedback
on these and would like to continue to work to get these in tree.
Anything I can do to help things along?

 meta-ruby/recipes-devtools/ruby/ruby.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc
index e679f27..409a320 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby.inc
+++ b/meta-ruby/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 = ""
+DEPENDS_class-native = "libyaml-native"
 
 INC_PR = "r1"
 
-- 
1.8.3.2




More information about the Openembedded-devel mailing list