[oe-commits] Mark Asselstine : ruby.inc: DEPEND on libyaml-native

git at git.openembedded.org git at git.openembedded.org
Fri Sep 26 03:42:58 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: fe63c201b19c1166eef281981bf9f4270cbc6ea9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fe63c201b19c1166eef281981bf9f4270cbc6ea9

Author: Mark Asselstine <mark.asselstine at windriver.com>
Date:   Tue Sep 23 13:44:24 2014 -0400

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 `<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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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"
 



More information about the Openembedded-commits mailing list