[oe-commits] Martin Jansa : 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)

git version control git at git.openembedded.org
Sun Jan 10 23:21:11 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 762fa9e86556d8f12031eaa383063d379fde21d7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=762fa9e86556d8f12031eaa383063d379fde21d7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jan 11 00:02:07 2010 +0100

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 at gmail.com>

---

 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 e7570c4..35a2485 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 4de5602..b026f40 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 6659178..a924b8a 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





More information about the Openembedded-commits mailing list