diff options
author | Ross Burton <ross.burton@intel.com> | 2017-11-01 09:57:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 13:54:46 +0000 |
commit | 79121ff54420e5cc331552ca5620aed81a36aac9 (patch) | |
tree | 459722e9ad12a99ba0ba47123d0e29d30a7272a0 | |
parent | f16eac28d909bc6570d3587a2f4ac26ae0dc6048 (diff) | |
download | openembedded-core-79121ff54420e5cc331552ca5620aed81a36aac9.tar.gz openembedded-core-79121ff54420e5cc331552ca5620aed81a36aac9.tar.bz2 openembedded-core-79121ff54420e5cc331552ca5620aed81a36aac9.zip |
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>
-rw-r--r-- | meta/recipes-devtools/ruby/ruby.inc | 2 |
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)}" |