[oe-commits] Robert Schuster : classpath-initial 0.93: Added miscompilation patch.

GIT User account git at amethyst.openembedded.net
Thu Nov 13 15:10:12 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: 3afce2b55b72176984f9ab383d62a67f5bc5ac71
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3afce2b55b72176984f9ab383d62a67f5bc5ac71

Author: Robert Schuster <thebohemian at openembedded.org>
Date:   Thu Nov 13 15:47:10 2008 +0100

classpath-initial 0.93: Added miscompilation patch.

---

 packages/classpath/classpath-initial_0.93.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/packages/classpath/classpath-initial_0.93.bb b/packages/classpath/classpath-initial_0.93.bb
index 5a471b3..09bcde1 100644
--- a/packages/classpath/classpath-initial_0.93.bb
+++ b/packages/classpath/classpath-initial_0.93.bb
@@ -5,11 +5,14 @@ require classpath-native.inc
 
 DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclasspath for jikes-native."
 
-PR = "r4"
+PR = "r5"
 
 DEPENDS = "zip-native fastjar-native jikes-native gettext-native"
 
-SRC_URI += "file://autotools.patch;patch=1"
+SRC_URI += "\
+	file://autotools.patch;patch=1 \
+	file://miscompilation.patch;patch=1 \
+	"
 
 EXTRA_OECONF = "\
   --with-jikes=jikes \





More information about the Openembedded-commits mailing list