diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-10 15:59:04 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-10 15:59:04 +0000 |
commit | daca624e4b5f1363dc5ffaf333324e41746bf138 (patch) | |
tree | 27239de3f486e0d860293ab6cf83c81f67d41e40 /packages/classpath/classpath_0.96.1.bb | |
parent | 826c7fbb7c88eadd21abd948ef30182b6b281d06 (diff) |
classpath: Added patch fixing build on newer GCCs (and prevents a bug).
Diffstat (limited to 'packages/classpath/classpath_0.96.1.bb')
-rw-r--r-- | packages/classpath/classpath_0.96.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/classpath/classpath_0.96.1.bb b/packages/classpath/classpath_0.96.1.bb index 9d347a0303..6952cda72f 100644 --- a/packages/classpath/classpath_0.96.1.bb +++ b/packages/classpath/classpath_0.96.1.bb @@ -3,9 +3,10 @@ require classpath.inc SRC_URI += "\ file://gjar-prefix-patch.diff;patch=1;pnum=0 \ file://xmlstream-fix.patch;patch=1;pnum=0 \ + file://javanet-local.patch;patch=1;pnum=0 \ " -PR = "r5" +PR = "r6" DEPENDS += "gtk+ gconf libxtst" |