diff options
Diffstat (limited to 'packages/classpath/classpath-native_0.96.1.bb')
-rw-r--r-- | packages/classpath/classpath-native_0.96.1.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/classpath/classpath-native_0.96.1.bb b/packages/classpath/classpath-native_0.96.1.bb index e7d1d07a81..b9c3b3a4f1 100644 --- a/packages/classpath/classpath-native_0.96.1.bb +++ b/packages/classpath/classpath-native_0.96.1.bb @@ -1,6 +1,9 @@ require classpath-native.inc -PR = "r1" +PR = "r2" -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 \ + " |