mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
da6908e1d3
commit
fe63c201b1
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user