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_0.95.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_0.95.bb')
-rw-r--r-- | packages/classpath/classpath_0.95.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/classpath/classpath_0.95.bb b/packages/classpath/classpath_0.95.bb index 45ce04f519..7e5ca458b0 100644 --- a/packages/classpath/classpath_0.95.bb +++ b/packages/classpath/classpath_0.95.bb @@ -6,7 +6,7 @@ SRC_URI += "\ file://javanet-local.patch;patch=1;pnum=0 \ " -PR = "r4" +PR = "r5" DEPENDS += "gtk+ gconf libxtst" |