[oe-commits] Martin Jansa : ruby: add dependency on db gdbm readline

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:29 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: 21b4896d5c8b656e441882b397e68f36465e5ddf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=21b4896d5c8b656e441882b397e68f36465e5ddf

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 19:08:21 2013 +0200

ruby: add dependency on db gdbm readline

* to prevent using bunded versions

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-ruby/recipes-devtools/ruby/ruby.inc           |    4 ++--
 meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc
index becf64c..5ba1d2b 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby.inc
+++ b/meta-ruby/recipes-devtools/ruby/ruby.inc
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "\
     file://LEGAL;md5=e88686821918c0b6d2b1b8328116cec5 \
 "
 
-DEPENDS = "ruby-native zlib openssl tcl"
-DEPENDS_virtclass-native = ""
+DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline"
+DEPENDS_class-native = ""
 
 INC_PR = "r1"
 
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb
index bed678e..8bb956a 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb
+++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p194.bb
@@ -1,8 +1,6 @@
 require ruby.inc
 PR = "${INC_PR}.0"
 
-DEPENDS += "libyaml ruby-native"
-
 SRC_URI += "\
     file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \
     file://ruby-1.9.3-always-use-i386.patch \



More information about the Openembedded-commits mailing list