aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ruby
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-23 15:25:03 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-23 15:25:58 +0100
commit471981651bc19758a83ccc657e47ba21275ff2eb (patch)
tree8cd4d65d47a02c176af9cf5fc7a58b0e0777b89d /recipes/ruby
parenta501f95529d16fad725b58c241047bde63825cbf (diff)
downloadopenembedded-471981651bc19758a83ccc657e47ba21275ff2eb.tar.gz
ruby: resolve dependency loop virtual:native:ruby -> ruby-native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ruby')
-rw-r--r--recipes/ruby/ruby.inc2
-rw-r--r--recipes/ruby/ruby_1.8.5.bb1
-rw-r--r--recipes/ruby/ruby_1.8.7-p248.bb1
3 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ruby/ruby.inc b/recipes/ruby/ruby.inc
index c9bad796b0..27316e0a7b 100644
--- a/recipes/ruby/ruby.inc
+++ b/recipes/ruby/ruby.inc
@@ -3,6 +3,8 @@ for quick and easy object-oriented programming."
SECTION = "devel/ruby"
PRIORITY = "optional"
LICENSE = "GPL"
+DEPENDS = "ruby-native zlib openssl"
+DEPENDS_virtclass-native = ""
INC_PR = "r1"
diff --git a/recipes/ruby/ruby_1.8.5.bb b/recipes/ruby/ruby_1.8.5.bb
index e1cc3bbdf7..343a6fbeaf 100644
--- a/recipes/ruby/ruby_1.8.5.bb
+++ b/recipes/ruby/ruby_1.8.5.bb
@@ -1,5 +1,4 @@
require ruby.inc
-DEPENDS = "ruby-native zlib openssl"
PR = "${INC_PR}.0"
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb
index ae660fbbf7..22704a21e6 100644
--- a/recipes/ruby/ruby_1.8.7-p248.bb
+++ b/recipes/ruby/ruby_1.8.7-p248.bb
@@ -1,6 +1,5 @@
require ruby.inc
PR = "${INC_PR}.0"
-DEPENDS = "ruby-native zlib openssl"
SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
file://extmk_run.patch;patch=1 \
file://extmk.patch;patch=1 \