aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jamvm
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-10-03 00:42:55 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-10-03 00:42:55 +0000
commitcc25c30cd5285bda5f6043e6f27fa819498c6a0b (patch)
tree6c49d6e56515b10cb7e85922f5a51a982d906d09 /packages/jamvm
parentf2bfae6033ff398bfb8a1d3320a7602c3fd2c4fc (diff)
downloadopenembedded-cc25c30cd5285bda5f6043e6f27fa819498c6a0b.tar.gz
jamvm-native: Depend on ecj-initial (instead of virtual/javac-native), provide virtual/java-native.
Diffstat (limited to 'packages/jamvm')
-rw-r--r--packages/jamvm/jamvm-native.inc8
-rw-r--r--packages/jamvm/jamvm-native_1.5.1.bb2
2 files changed, 7 insertions, 3 deletions
diff --git a/packages/jamvm/jamvm-native.inc b/packages/jamvm/jamvm-native.inc
index fc9023a62c..c3e4f84a60 100644
--- a/packages/jamvm/jamvm-native.inc
+++ b/packages/jamvm/jamvm-native.inc
@@ -1,9 +1,9 @@
require jamvm.inc
-DEPENDS = "zlib-native classpath-native virtual/javac-native"
+DEPENDS = "zlib-native classpath-native ecj-initial"
RDEPENDS = ""
-PROVIDES_jamvm = "virtual/java-native"
+PROVIDES = "virtual/java-native"
RPROVIDES_jamvm = ""
@@ -17,3 +17,7 @@ S = "${WORKDIR}/jamvm-${PV}"
do_install_append() {
ln -sf jamvm ${STAGING_BINDIR}/java
}
+
+# Enforce usage of ecj-initial.
+export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"
+
diff --git a/packages/jamvm/jamvm-native_1.5.1.bb b/packages/jamvm/jamvm-native_1.5.1.bb
index e174e2a312..3b42dbbef6 100644
--- a/packages/jamvm/jamvm-native_1.5.1.bb
+++ b/packages/jamvm/jamvm-native_1.5.1.bb
@@ -1,4 +1,4 @@
require jamvm-native.inc
-PR = "r0"
+PR = "r1"
/cft-patchelf OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfsdebugfiles.bbclass
blob: e2ba4e36470cf378f242d89549c8b13e77397884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41