diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-11 00:02:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-11 00:04:40 +0100 |
commit | 762fa9e86556d8f12031eaa383063d379fde21d7 (patch) | |
tree | fb404192ba0c2dd7e5dac8823d6960a8a448aaae /recipes/classpath/classpath-native_0.98.bb | |
parent | b87ef25ed7367b4c6f85eddb706470a288ffe593 (diff) |
classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed on buildhost (runantlr from antlr-native is found by configure, but antlr.jar from staging doesn't work)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/classpath/classpath-native_0.98.bb')
-rw-r--r-- | recipes/classpath/classpath-native_0.98.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/classpath/classpath-native_0.98.bb b/recipes/classpath/classpath-native_0.98.bb index 6659178b43..a924b8a676 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 = "r2" +PR = "r3" # The code affected by the javanet-local patch # is usually not compiled. However if someone changes |