diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-09-19 22:00:46 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-09-19 22:00:46 +0000 |
commit | d78d78e2a498a68de96318277d3f141746e04be8 (patch) | |
tree | a0a913164a4d95e598edc9363e67c8e6d0ec8f25 /packages/jamvm/jamvm.inc | |
parent | 95b72ace096bafa94249fe009ebf600fa5171b75 (diff) |
jamvm:
- throw away the concept of PROVIDES = "virtual/java" since it
would prevent building jamvm & cacao installation at the same time
- increased PRs
Diffstat (limited to 'packages/jamvm/jamvm.inc')
-rw-r--r-- | packages/jamvm/jamvm.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/jamvm/jamvm.inc b/packages/jamvm/jamvm.inc index b5655c6d35..af6fd47ee6 100644 --- a/packages/jamvm/jamvm.inc +++ b/packages/jamvm/jamvm.inc @@ -7,7 +7,6 @@ RDEPENDS = "classpath" SRC_URI = "${SOURCEFORGE_MIRROR}/jamvm/jamvm-${PV}.tar.gz" -PROVIDES = "jamvm virtual/java" RPROVIDES_jamvm = "java2-runtime" # This uses 32 bit arm, so force the instruction set to arm, not thumb |