* [Buildroot] [pull request] classpath update
@ 2009-06-15 19:21 Thomas Petazzoni
2009-06-15 19:21 ` [Buildroot] [PATCH 1/1] Upgrade classpath version and fix compilation Thomas Petazzoni
2009-06-17 11:45 ` [Buildroot] [pull request] classpath update Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-06-15 19:21 UTC (permalink / raw)
To: buildroot
The following changes since commit 220dca451ef4b2f680ca35caacb29f6a6138068a:
Nigel Kukard (1):
dmraid linking against host system fix
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot classpath-update
Thomas Petazzoni (1):
Upgrade classpath version and fix compilation
package/java/classpath/classpath.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] Upgrade classpath version and fix compilation
2009-06-15 19:21 [Buildroot] [pull request] classpath update Thomas Petazzoni
@ 2009-06-15 19:21 ` Thomas Petazzoni
2009-06-17 11:45 ` [Buildroot] [pull request] classpath update Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-06-15 19:21 UTC (permalink / raw)
To: buildroot
* Upgrade to version 0.98
* Use --disable-Werror, otherwise it doesn't build since warnings are
treated as errors
* Don't depend on tiff, which isn't mandatory, and doesn't
build. Once tiff is fixed, we can re-add it as a dependency.
---
package/java/classpath/classpath.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/java/classpath/classpath.mk b/package/java/classpath/classpath.mk
index faa6341..71c18a0 100644
--- a/package/java/classpath/classpath.mk
+++ b/package/java/classpath/classpath.mk
@@ -3,7 +3,7 @@
# classpath 0.96.1
#
#############################################################
-CLASSPATH_VERSION = 0.97.1
+CLASSPATH_VERSION = 0.98
CLASSPATH_SOURCE = classpath-$(CLASSPATH_VERSION).tar.gz
CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath
CLASSPATH_AUTORECONF = NO
@@ -51,9 +51,10 @@ CLASSPATH_CONF_OPT = \
--enable-static \
--disable-glibtest --enable-explicit-deps=no \
--disable-debug \
- --disable-gconf-peer --disable-examples --disable-plugin
+ --disable-gconf-peer --disable-examples --disable-plugin \
+ --disable-Werror
-CLASSPATH_DEPENDENCIES = uclibc host-pkgconfig libpng jpeg tiff
+CLASSPATH_DEPENDENCIES = uclibc host-pkgconfig libpng jpeg
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
CLASSPATH_DEPENDENCIES+= alsa-lib
--
1.5.6.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [pull request] classpath update
2009-06-15 19:21 [Buildroot] [pull request] classpath update Thomas Petazzoni
2009-06-15 19:21 ` [Buildroot] [PATCH 1/1] Upgrade classpath version and fix compilation Thomas Petazzoni
@ 2009-06-17 11:45 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-06-17 11:45 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The following changes since commit 220dca451ef4b2f680ca35caacb29f6a6138068a:
Thomas> Nigel Kukard (1):
Thomas> dmraid linking against host system fix
Thomas> are available in the git repository at:
Thomas> git://git.busybox.net/~tpetazzoni/git/buildroot classpath-update
Thanks, pulled and pushed.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-17 11:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 19:21 [Buildroot] [pull request] classpath update Thomas Petazzoni
2009-06-15 19:21 ` [Buildroot] [PATCH 1/1] Upgrade classpath version and fix compilation Thomas Petazzoni
2009-06-17 11:45 ` [Buildroot] [pull request] classpath update Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox