classpath-native: disable-gjdoc, it calls antlr and fails without antlr installed...
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 10 Jan 2010 23:02:07 +0000 (00:02 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 10 Jan 2010 23:04:40 +0000 (00:04 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/classpath/classpath-native.inc
recipes/classpath/classpath-native_0.97.2.bb
recipes/classpath/classpath-native_0.98.bb

index e7570c4..35a2485 100644 (file)
@@ -30,6 +30,7 @@ EXTRA_OECONF = "\
   --disable-gtk-peer \
   --disable-plugin \
   --disable-dssi \
+  --disable-gjdoc \
   --enable-examples \
   --enable-tools \
   --includedir=${STAGING_INCDIR}/classpath \
index 4de5602..b026f40 100644 (file)
@@ -1,6 +1,6 @@
 require classpath-native.inc
 
-PR = "r6"
+PR = "r7"
 
 # The code affected by the javanet-local patch
 # is usually not compiled. However if someone changes
index 6659178..a924b8a 100644 (file)
@@ -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