From 471981651bc19758a83ccc657e47ba21275ff2eb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 23 Mar 2010 15:25:03 +0100 Subject: ruby: resolve dependency loop virtual:native:ruby -> ruby-native Signed-off-by: Martin Jansa --- recipes/ruby/ruby.inc | 2 ++ recipes/ruby/ruby_1.8.5.bb | 1 - recipes/ruby/ruby_1.8.7-p248.bb | 1 - 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 \ -- cgit 1.2.3-korg