]> code.ossystems Code Review - openembedded-core.git/commitdiff
ruby: remove spurious db build dependency
authorRoss Burton <ross.burton@intel.com>
Wed, 1 Nov 2017 09:57:53 +0000 (09:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 13:54:46 +0000 (13:54 +0000)
The dbm module uses gdbm by default which is also a build dependency.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/ruby/ruby.inc

index d71989889e33c2fe428f641deffa56626a46d4e5..9a52a6965f0bd7d3fcd9c23a8e9f1ef1aa4f83f7 100644 (file)
@@ -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)}"