classpath-native: Use --enable-tool-wrapper (increased PRs in respective BB files).
authorRobert Schuster <robertschuster@fsfe.org>
Tue, 29 Sep 2009 09:06:12 +0000 (11:06 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Tue, 29 Sep 2009 09:08:04 +0000 (11:08 +0200)
recipes/classpath/classpath-native.inc
recipes/classpath/classpath-native_0.97.2.bb
recipes/classpath/classpath-native_0.98.bb

index dba9776..e7570c4 100644 (file)
@@ -34,6 +34,7 @@ EXTRA_OECONF = "\
   --enable-tools \
   --includedir=${STAGING_INCDIR}/classpath \
   --with-vm=java \
+  --enable-tool-wrappers \
   "
 
 do_stage() {
index 0024136..8a2c36b 100644 (file)
@@ -1,6 +1,6 @@
 require classpath-native.inc
 
-PR = "r4"
+PR = "r5"
 
 # The code affected by the javanet-local patch
 # is usually not compiled. However if someone changes
index 710958a..9f4c8f9 100644 (file)
@@ -3,7 +3,7 @@ require classpath-native.inc
 # Deadlocks occur on at least amd64 hosts.
 DEFAULT_PREFERENCE = "-1"
 
-PR = "r0"
+PR = "r1"
 
 # The code affected by the javanet-local patch
 # is usually not compiled. However if someone changes