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 | |
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
-rw-r--r-- | packages/jamvm/jamvm.inc | 1 | ||||
-rw-r--r-- | packages/jamvm/jamvm_1.4.5.bb | 2 | ||||
-rw-r--r-- | packages/jamvm/jamvm_1.5.0.bb | 2 | ||||
-rw-r--r-- | packages/jamvm/jamvm_1.5.1.bb | 2 |
4 files changed, 3 insertions, 4 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 diff --git a/packages/jamvm/jamvm_1.4.5.bb b/packages/jamvm/jamvm_1.4.5.bb index 8414c5615c..e8ca076350 100644 --- a/packages/jamvm/jamvm_1.4.5.bb +++ b/packages/jamvm/jamvm_1.4.5.bb @@ -1,6 +1,6 @@ require jamvm.inc -PR = "r1" +PR = "r2" SRC_URI += "file://jamvm-1.3.1-size-defaults.patch;patch=1" diff --git a/packages/jamvm/jamvm_1.5.0.bb b/packages/jamvm/jamvm_1.5.0.bb index 81977a5f40..92c1992ea9 100644 --- a/packages/jamvm/jamvm_1.5.0.bb +++ b/packages/jamvm/jamvm_1.5.0.bb @@ -2,7 +2,7 @@ require jamvm.inc SRC_URI += "file://debian-jni.patch;patch=1;pnum=0" -PR = "r2" +PR = "r3" do_configure_prepend() { # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory diff --git a/packages/jamvm/jamvm_1.5.1.bb b/packages/jamvm/jamvm_1.5.1.bb index 366658dd97..81977a5f40 100644 --- a/packages/jamvm/jamvm_1.5.1.bb +++ b/packages/jamvm/jamvm_1.5.1.bb @@ -2,7 +2,7 @@ require jamvm.inc SRC_URI += "file://debian-jni.patch;patch=1;pnum=0" -PR = "r1" +PR = "r2" do_configure_prepend() { # Replaces the placeholder OE_LIBDIR_JNI with the JNI library directory |