[oe-commits] : jamvm-native.inc: Set RDEPENDS to empty to prevent 'classpath' dependency from jamvm.inc.

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Jul 31 23:47:37 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 565abf71a0fc5d3e768dfe9c7fb9fb04a88d79d9
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=565abf71a0fc5d3e768dfe9c7fb9fb04a88d79d9

Author:  <thebohemian at openembedded.org>
Date:   Thu Jul 31 23:36:33 2008 +0000

jamvm-native.inc: Set RDEPENDS to empty to prevent 'classpath' dependency from jamvm.inc.

---

 packages/jamvm/jamvm-native.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/jamvm/jamvm-native.inc b/packages/jamvm/jamvm-native.inc
index 07eecb5..fc9023a 100644
--- a/packages/jamvm/jamvm-native.inc
+++ b/packages/jamvm/jamvm-native.inc
@@ -1,6 +1,7 @@
 require jamvm.inc 
 
 DEPENDS = "zlib-native classpath-native virtual/javac-native"
+RDEPENDS = ""
 
 PROVIDES_jamvm = "virtual/java-native"
 





More information about the Openembedded-commits mailing list