mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ruby: remove tcl DEPENDS
The integrated Tcl/Tk module was removed in Ruby 2.4[1] back in 2016, so this
build dependency can be removed.
[1] 303dc3c591
(From OE-Core rev: 9f4e181924a83d7b26b11de765c202a9bd036f64)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5f8a32de9d
commit
46845d62ff
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "\
|
||||
file://LEGAL;md5=2b6d62dc0d608f34d510ca3f428110ec \
|
||||
"
|
||||
|
||||
DEPENDS = "ruby-native zlib openssl tcl libyaml gdbm readline libffi"
|
||||
DEPENDS = "ruby-native zlib openssl libyaml gdbm readline libffi"
|
||||
DEPENDS_class-native = "openssl-native libyaml-native readline-native zlib-native"
|
||||
|
||||
SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
|
||||
Reference in New Issue
Block a user