mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
ruby: remove spurious db build dependency
The dbm module uses gdbm by default which is also a build dependency. (From OE-Core rev: 79121ff54420e5cc331552ca5620aed81a36aac9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3bce321c09
commit
12510f2b56
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "\
|
||||
file://LEGAL;md5=daf349ad59dd19bd8c919171bff3c5d6 \
|
||||
"
|
||||
|
||||
DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline"
|
||||
DEPENDS = "ruby-native zlib openssl tcl libyaml gdbm readline"
|
||||
DEPENDS_class-native = "openssl-native libyaml-native"
|
||||
|
||||
SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
|
||||
Reference in New Issue
Block a user