diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2014-09-23 13:44:24 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-09-26 05:42:53 +0200 |
commit | fe63c201b19c1166eef281981bf9f4270cbc6ea9 (patch) | |
tree | f10e5c9b54515519c93d9885b95b808ac7fca7a6 /meta-ruby/recipes-devtools | |
parent | da6908e1d30e214c99ea24ab5ce42b85934447e4 (diff) | |
download | meta-openembedded-fe63c201b19c1166eef281981bf9f4270cbc6ea9.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby/recipes-devtools')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "\ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" | 17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" |
18 | DEPENDS_class-native = "" | 18 | DEPENDS_class-native = "libyaml-native" |
19 | 19 | ||
20 | INC_PR = "r1" | 20 | INC_PR = "r1" |
21 | 21 | ||