summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-01 09:57:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 13:54:46 +0000
commit79121ff54420e5cc331552ca5620aed81a36aac9 (patch)
tree459722e9ad12a99ba0ba47123d0e29d30a7272a0 /meta/recipes-devtools
parentf16eac28d909bc6570d3587a2f4ac26ae0dc6048 (diff)
downloadopenembedded-core-79121ff54420e5cc331552ca5620aed81a36aac9.tar.gz
ruby: remove spurious db build dependency
The dbm module uses gdbm by default which is also a build dependency. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/ruby/ruby.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc
index d71989889e..9a52a6965f 100644
--- a/meta/recipes-devtools/ruby/ruby.inc
+++ b/meta/recipes-devtools/ruby/ruby.inc
@@ -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)}"