mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
ruby.inc: Add dependency on readline-native
Add dependency on readline-native to fix the following issue uninitialized constant Logfile | Check ext/fiddle/mkmf.log for more details. | readline: | Could not be configured. It will not be installed. | build/tmp/work/x86_64-linux/ruby-native/2.5.1-r0/ruby-2.5.1/ext/readline/extconf.rb:62: Neither readline nor libedit was found | Check ext/readline/mkmf.log for more details. | *** Fix the problems, then remove these directories and try again if you want. (From OE-Core rev: b25acc546b6fc684da9cc8a3a01e44cd195e209b) Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf052c5be7
commit
19e27abfed
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
|
||||
"
|
||||
|
||||
DEPENDS = "ruby-native zlib openssl tcl libyaml gdbm readline"
|
||||
DEPENDS_class-native = "openssl-native libyaml-native"
|
||||
DEPENDS_class-native = "openssl-native libyaml-native readline-native"
|
||||
|
||||
SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user