diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 19:08:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:13 +0200 |
commit | 0bc7948e5b2c3a03c681b03b40a5c3cbd6af7941 (patch) | |
tree | 187babbfd7ab96719c0afe443d47b7e440e6a4af /meta-ruby | |
parent | d1da8ff0b3c223ae60f0477b63dc8bfa84a409e1 (diff) | |
download | meta-openembedded-0bc7948e5b2c3a03c681b03b40a5c3cbd6af7941.tar.gz |
ruby: add dependency on db gdbm readline
* to prevent using bunded versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby.inc | 4 | ||||
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.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 18fcb9c7b..837e52b3a 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby.inc +++ b/meta-ruby/recipes-devtools/ruby/ruby.inc | |||
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "\ | |||
14 | file://LEGAL;md5=3ce1fae39fe573b818c0af162bce6579 \ | 14 | file://LEGAL;md5=3ce1fae39fe573b818c0af162bce6579 \ |
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "ruby-native zlib openssl tcl" | 17 | DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" |
18 | DEPENDS_virtclass-native = "" | 18 | DEPENDS_class-native = "" |
19 | 19 | ||
20 | INC_PR = "r1" | 20 | INC_PR = "r1" |
21 | 21 | ||
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb index 868d0ff27..de51f2f2d 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb +++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
3 | 3 | ||
4 | DEPENDS += "libyaml ruby-native" | ||
5 | |||
6 | SRC_URI += "\ | 4 | SRC_URI += "\ |
7 | file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ | 5 | file://0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch \ |
8 | file://ruby-1.9.3-always-use-i386.patch \ | 6 | file://ruby-1.9.3-always-use-i386.patch \ |