diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-03-04 16:45:50 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-03-04 16:45:50 +0000 |
commit | 25fe9599d951a3de39a2e8983810f2c6a40d74b0 (patch) | |
tree | 4c1634d17fc9c495260762fb6e4f1520c3a14e63 /packages/classpath/classpath-minimal_0.96.1.bb | |
parent | 8609cdfb427999ebae457048fedf0f1758020a71 (diff) |
classpath:
- added patch to fix StAX API incompatibility
- changed classpath-minimal recipes to generate less binary packages
Diffstat (limited to 'packages/classpath/classpath-minimal_0.96.1.bb')
-rw-r--r-- | packages/classpath/classpath-minimal_0.96.1.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/classpath/classpath-minimal_0.96.1.bb b/packages/classpath/classpath-minimal_0.96.1.bb index e71884dc2b..826c5a9479 100644 --- a/packages/classpath/classpath-minimal_0.96.1.bb +++ b/packages/classpath/classpath-minimal_0.96.1.bb @@ -1,8 +1,11 @@ require classpath.inc -PR = "r5" +PR = "r6" -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 \ + " PROVIDES = "${PN} classpath" @@ -15,3 +18,5 @@ EXTRA_OECONF += "\ --disable-dssi \ --disable-examples \ " + +CPPACKAGES = "${PBN}-common ${PBN}-tools" |