[oe-commits] [openembedded-core] 15/17: ruby: remove spurious db build dependency

git at git.openembedded.org git at git.openembedded.org
Mon May 7 14:58:18 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch pyro
in repository openembedded-core.

commit 20d9821e9131c3d715ed629ad38eed802f737056
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Nov 1 09:57:53 2017 +0000

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/ruby/ruby.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc
index d719898..9a52a69 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)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list