From: Martin Jansa Date: Sun, 21 Jul 2013 17:08:21 +0000 (+0200) Subject: ruby: add dependency on db gdbm readline X-Git-Tag: rev_ivi_2015_02_04~2947 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b58d3600fdc1432fb1ab56e6ec699953f2781122;p=scm%2Fbb%2Ftizen-distro.git ruby: add dependency on db gdbm readline * to prevent using bunded versions (From meta-openembedded rev: 0bc7948e5b2c3a03c681b03b40a5c3cbd6af7941) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby.inc index 18fcb9c..837e52b 100644 --- a/meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby.inc +++ b/meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby.inc @@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "\ file://LEGAL;md5=3ce1fae39fe573b818c0af162bce6579 \ " -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-openembedded/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb b/meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb index 868d0ff..de51f2f 100644 --- a/meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb +++ b/meta-openembedded/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.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 \