diff options
-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 e7570c4f98..35a2485619 100644 --- a/recipes/classpath/classpath-native.inc +++ b/recipes/classpath/classpath-native.inc @@ -30,6 +30,7 @@ EXTRA_OECONF = "\ --disable-gtk-peer \ --disable-plugin \ --disable-dssi \ + --disable-gjdoc \ --enable-examples \ --enable-tools \ --includedir=${STAGING_INCDIR}/classpath \ diff --git a/recipes/classpath/classpath-native_0.97.2.bb b/recipes/classpath/classpath-native_0.97.2.bb index 4de56028f9..b026f40410 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 = "r6" +PR = "r7" # 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 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 |