[oe-commits] Martin Jansa : ruby: resolve dependency loop virtual:native:ruby -> ruby-native

git version control git at git.openembedded.org
Tue Mar 23 14:33:38 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 471981651bc19758a83ccc657e47ba21275ff2eb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=471981651bc19758a83ccc657e47ba21275ff2eb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Mar 23 15:25:03 2010 +0100

ruby: resolve dependency loop virtual:native:ruby -> ruby-native

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 c9bad79..27316e0 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 e1cc3bb..343a6fb 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 ae660fb..22704a2 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 \





More information about the Openembedded-commits mailing list