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 22:33:23 +0000 |
commit | 12510f2b565bd91efa2e455c03395ed49c457ff7 (patch) | |
tree | f27cbd081f2646129001db49ab09b679fb4ccda0 | |
parent | 3bce321c0900742d856964e343d4f8b8238c5bdc (diff) | |
download | poky-12510f2b565bd91efa2e455c03395ed49c457ff7.tar.gz |
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>
-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 = "\ | |||
14 | file://LEGAL;md5=daf349ad59dd19bd8c919171bff3c5d6 \ | 14 | file://LEGAL;md5=daf349ad59dd19bd8c919171bff3c5d6 \ |
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" | 17 | DEPENDS = "ruby-native zlib openssl tcl libyaml gdbm readline" |
18 | DEPENDS_class-native = "openssl-native libyaml-native" | 18 | DEPENDS_class-native = "openssl-native libyaml-native" |
19 | 19 | ||
20 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 20 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" |