aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schuster <rschus@entw2.(none)>2008-12-09 13:29:34 +0100
committerRobert Schuster <rschus@entw2.(none)>2008-12-09 13:30:52 +0100
commitc98bb8f4a7738a3ffbc05fd7a44a61ce7672d1b4 (patch)
tree32e2573cdce8b6adb9275116029c36bf3fe793db
parent3f80b0e801bb0d776ba545842779fe2694620ea9 (diff)
downloadopenembedded-c98bb8f4a7738a3ffbc05fd7a44a61ce7672d1b4.tar.gz
classpath-native: Don't compile with -Werror.
classpath: Don't compile with -Werror.
-rw-r--r--packages/classpath/classpath-native.inc1
-rw-r--r--packages/classpath/classpath.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc
index 31015b3d71..bee62fae91 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 1de5c038f2..da3273bc97 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