summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath_0.95.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-03-04 16:45:50 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-03-04 16:45:50 +0000
commit25fe9599d951a3de39a2e8983810f2c6a40d74b0 (patch)
tree4c1634d17fc9c495260762fb6e4f1520c3a14e63 /packages/classpath/classpath_0.95.bb
parent8609cdfb427999ebae457048fedf0f1758020a71 (diff)
classpath:
- added patch to fix StAX API incompatibility - changed classpath-minimal recipes to generate less binary packages
Diffstat (limited to 'packages/classpath/classpath_0.95.bb')
-rw-r--r--packages/classpath/classpath_0.95.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/classpath/classpath_0.95.bb b/packages/classpath/classpath_0.95.bb
index 6b167a2d47..0b2090f72f 100644
--- a/packages/classpath/classpath_0.95.bb
+++ b/packages/classpath/classpath_0.95.bb
@@ -1,8 +1,11 @@
require classpath.inc
-SRC_URI += "file://gjar-prefix-patch.diff;patch=1;pnum=0"
+SRC_URI += "\
+ file://gjar-prefix-patch.diff;patch=1;pnum=0 \
+ file://xmlstream-fix.patch;patch=1;pnum=0 \
+ "
-PR = "r2"
+PR = "r3"
DEPENDS += "gtk+ gconf libxtst"