diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-23 16:06:00 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-23 16:06:00 +0100 |
commit | 738f0e354b37cb3b71b2cc3e418d32a06e405f79 (patch) | |
tree | 3d0fa8dac903e1acabd09468251fb8a862ab340b /recipes/classpath | |
parent | 036b1362f3b84d565fe449ba822fa304abbdd110 (diff) |
classpath-native 0.98: Set DEFAULT_PREFERENCE to -1.
Diffstat (limited to 'recipes/classpath')
-rw-r--r-- | recipes/classpath/classpath-native_0.98.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/classpath/classpath-native_0.98.bb b/recipes/classpath/classpath-native_0.98.bb index dfbaad8369..710958a550 100644 --- a/recipes/classpath/classpath-native_0.98.bb +++ b/recipes/classpath/classpath-native_0.98.bb @@ -1,5 +1,8 @@ require classpath-native.inc +# Deadlocks occur on at least amd64 hosts. +DEFAULT_PREFERENCE = "-1" + PR = "r0" # The code affected by the javanet-local patch |