diff options
-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 |