[oe-commits] Robert Schuster : classpath-native: Don't compile with -Werror.

GIT User account git at amethyst.openembedded.net
Tue Dec 9 12:32:04 UTC 2008


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

Author: Robert Schuster <rschus at entw2.(none)>
Date:   Tue Dec  9 13:29:34 2008 +0100

classpath-native: Don't compile with -Werror.
classpath: Don't compile with -Werror.

---

 packages/classpath/classpath-native.inc |    1 +
 packages/classpath/classpath.inc        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc
index 31015b3..bee62fa 100644
--- a/packages/classpath/classpath-native.inc
+++ b/packages/classpath/classpath-native.inc
@@ -23,6 +23,7 @@ EXTRA_OECONF = "\
   --with-glibj \
   --with-fastjar=fastjar \
   --enable-local-sockets \
+  --disable-Werror \
   --disable-alsa \
   --disable-gconf-peer \
   --disable-gtk-peer \
diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc
index 1de5c03..da3273b 100644
--- a/packages/classpath/classpath.inc
+++ b/packages/classpath/classpath.inc
@@ -29,6 +29,7 @@ EXTRA_OECONF = "\
   --with-fastjar=fastjar \
   --includedir=${includedir}/classpath \
   --with-vm=java \
+  --disable-Werror \
   "
 
 inherit autotools





More information about the Openembedded-commits mailing list