diff options
| author | Graeme Gregory <dp@xora.org.uk> | 2009-09-29 15:03:41 +0100 |
|---|---|---|
| committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-29 15:03:41 +0100 |
| commit | 20b087cc637f86cbb1b503a487084e9c4fc73a88 (patch) | |
| tree | bf6ffc8853dfa76ff71d1bf3792b7f28e3a561f8 /recipes/classpath | |
| parent | 279d3f6e11eb9e76a1a3e977a28f92450875b2ce (diff) | |
| parent | 0834a71b91d99bfedd4659a25fb844e253518fe2 (diff) | |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/classpath')
| -rw-r--r-- | recipes/classpath/classpath-native.inc | 1 | ||||
| -rw-r--r-- | recipes/classpath/classpath-native_0.97.2.bb | 2 | ||||
| -rw-r--r-- | recipes/classpath/classpath-native_0.98.bb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/recipes/classpath/classpath-native.inc b/recipes/classpath/classpath-native.inc index dba97769e7..e7570c4f98 100644 --- a/recipes/classpath/classpath-native.inc +++ b/recipes/classpath/classpath-native.inc @@ -34,6 +34,7 @@ EXTRA_OECONF = "\ --enable-tools \ --includedir=${STAGING_INCDIR}/classpath \ --with-vm=java \ + --enable-tool-wrappers \ " do_stage() { diff --git a/recipes/classpath/classpath-native_0.97.2.bb b/recipes/classpath/classpath-native_0.97.2.bb index 0024136b97..8a2c36b5c7 100644 --- a/recipes/classpath/classpath-native_0.97.2.bb +++ b/recipes/classpath/classpath-native_0.97.2.bb @@ -1,6 +1,6 @@ require classpath-native.inc -PR = "r4" +PR = "r5" # The code affected by the javanet-local patch # is usually not compiled. However if someone changes diff --git a/recipes/classpath/classpath-native_0.98.bb b/recipes/classpath/classpath-native_0.98.bb index 710958a550..9f4c8f9077 100644 --- a/recipes/classpath/classpath-native_0.98.bb +++ b/recipes/classpath/classpath-native_0.98.bb @@ -3,7 +3,7 @@ require classpath-native.inc # Deadlocks occur on at least amd64 hosts. DEFAULT_PREFERENCE = "-1" -PR = "r0" +PR = "r1" # The code affected by the javanet-local patch # is usually not compiled. However if someone changes |
