[oe-commits] Robert Schuster : classpath-native: Use --enable-tool-wrapper ( increased PRs in respective BB files).

git version control git at git.openembedded.org
Tue Sep 29 09:08:09 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2676a3c9193804ad9047bed88314718efcb3d057
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2676a3c9193804ad9047bed88314718efcb3d057

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Tue Sep 29 11:06:12 2009 +0200

classpath-native: Use --enable-tool-wrapper (increased PRs in respective BB files).

---

 recipes/classpath/classpath-native.inc       |    1 +
 recipes/classpath/classpath-native_0.97.2.bb |    2 +-
 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 dba9776..e7570c4 100644
--- a/recipes/classpath/classpath-native.inc
+++ b/recipes/classpath/classpath-native.inc
@@ -34,6 +34,7 @@ EXTRA_OECONF = "\
   --enable-tools \
   --includedir=${STAGING_INCDIR}/classpath \
   --with-vm=java \
+  --enable-tool-wrappers \
   "
 
 do_stage() {
diff --git a/recipes/classpath/classpath-native_0.97.2.bb b/recipes/classpath/classpath-native_0.97.2.bb
index 0024136..8a2c36b 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 = "r4"
+PR = "r5"
 
 # 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 710958a..9f4c8f9 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 = "r0"
+PR = "r1"
 
 # The code affected by the javanet-local patch
 # is usually not compiled. However if someone changes





More information about the Openembedded-commits mailing list