diff options
Diffstat (limited to 'packages/classpath/classpath_0.96.1.bb')
-rw-r--r-- | packages/classpath/classpath_0.96.1.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/classpath/classpath_0.96.1.bb b/packages/classpath/classpath_0.96.1.bb index 799b0f31ac..9d347a0303 100644 --- a/packages/classpath/classpath_0.96.1.bb +++ b/packages/classpath/classpath_0.96.1.bb @@ -1,8 +1,11 @@ require classpath.inc -SRC_URI += "file://gjar-prefix-patch.diff;patch=1;pnum=0 \ - " -PR = "r4" +SRC_URI += "\ + file://gjar-prefix-patch.diff;patch=1;pnum=0 \ + file://xmlstream-fix.patch;patch=1;pnum=0 \ + " + +PR = "r5" DEPENDS += "gtk+ gconf libxtst" |