From 21b4896d5c8b656e441882b397e68f36465e5ddf Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 19:08:21 +0200 Subject: ruby: add dependency on db gdbm readline * to prevent using bunded versions Signed-off-by: Martin Jansa --- 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 becf64c93d..5ba1d2ba09 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 bed678efd1..8bb956a281 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 \ -- cgit 1.2.3-korg