From fe63c201b19c1166eef281981bf9f4270cbc6ea9 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 23 Sep 2014 13:44:24 -0400 Subject: ruby.inc: DEPEND on libyaml-native 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 `': 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 Signed-off-by: Martin Jansa --- meta-ruby/recipes-devtools/ruby/ruby.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ruby') diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc index e679f27a2..409a320fd 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" -- cgit v1.2.3-54-g00ecf