diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-08-26 09:37:51 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-08-26 09:37:51 +0000 |
commit | f8f6978b0be160111bf9478b4c48196538e788d2 (patch) | |
tree | d0d41298e736c781a93fc7ec3b7ff2285901aa2c /packages/classpath/classpath-initial_0.93.bb | |
parent | 9f039bc749f5e0c95b2a466064b1014441b22e37 (diff) |
classpath: fix config.rpath, autotools and ecj -d
* add ecj_java_dir.patch for issuse when ecj is not cable to
to create directory-structure with parameter -d
* add autotools.patch for m4 stuff
* copy config.rpath always from /usr/share/gettext, so no crude hacks are
needed anymore
* bump PR on all recipes
Diffstat (limited to 'packages/classpath/classpath-initial_0.93.bb')
-rw-r--r-- | packages/classpath/classpath-initial_0.93.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/classpath/classpath-initial_0.93.bb b/packages/classpath/classpath-initial_0.93.bb index 7c1b91eb20..59a36b6cd4 100644 --- a/packages/classpath/classpath-initial_0.93.bb +++ b/packages/classpath/classpath-initial_0.93.bb @@ -5,9 +5,11 @@ require classpath-native.inc DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclasspath for jikes-native." -PR = "r2" +PR = "r3" -DEPENDS = "zip-native fastjar-native jikes-native" +DEPENDS = "zip-native fastjar-native jikes-native gettext-native" + +SRC_URI += "file://autotools.patch;patch=1" EXTRA_OECONF = "\ --with-jikes=jikes \ |