ruby.inc: DEPEND on libyaml-native
authorMark Asselstine <mark.asselstine@windriver.com>
Tue, 23 Sep 2014 17:44:24 +0000 (13:44 -0400)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:42:28 +0000 (08:42 -0800)
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.

(From meta-openembedded rev: fe63c201b19c1166eef281981bf9f4270cbc6ea9)

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby.inc

index e679f27..409a320 100644 (file)
@@ -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"