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.97.2.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.97.2.bb')
-rw-r--r-- | packages/classpath/classpath_0.97.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/classpath/classpath_0.97.2.bb b/packages/classpath/classpath_0.97.2.bb index ef43374aef..1393e2c453 100644 --- a/packages/classpath/classpath_0.97.2.bb +++ b/packages/classpath/classpath_0.97.2.bb @@ -4,9 +4,11 @@ SRC_URI += "\ file://netif_16.patch;patch=1;pnum=0 \ file://SimpleName.diff;patch=1;pnum=0 \ file://javanet-local.patch;patch=1;pnum=0 \ + file://ecj_java_dir.patch;patch=1 \ + file://autotools.patch;patch=1 \ " -PR = "r1" +PR = "r2" DEPENDS += "gtk+ gconf libxtst" |