diff options
Diffstat (limited to 'meta-ruby/recipes-devtools/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 \ |