mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 13:53:48 +02:00
ruby: remove obsolete build dependences
Ruby 3.3.0 no longer bundles the readline module[1] so readline is no longer a build dependency[2]. Ruby 3.2.0 no longer bundles the gdbm module[3] so gdbm is no longer a build dependency. [1]59fd67fc3d[2]172077232e(From OE-Core rev: b616e260855a9d8fbf5c1b6a1b49278673b24d7f) 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
2eed41b9cf
commit
72606f55d9
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \
|
||||
file://LEGAL;md5=81e6a4d81533b9263da4c3485a0ad883 \
|
||||
"
|
||||
|
||||
DEPENDS = "zlib openssl libyaml gdbm readline libffi"
|
||||
DEPENDS = "zlib openssl libyaml libffi"
|
||||
DEPENDS:append:class-target = " ruby-native"
|
||||
DEPENDS:append:class-nativesdk = " ruby-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user