diff options
Diffstat (limited to 'packages/classpath/classpath-native_0.96.1.bb')
-rw-r--r-- | packages/classpath/classpath-native_0.96.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/classpath/classpath-native_0.96.1.bb b/packages/classpath/classpath-native_0.96.1.bb index b9c3b3a4f1..a354b6b7f9 100644 --- a/packages/classpath/classpath-native_0.96.1.bb +++ b/packages/classpath/classpath-native_0.96.1.bb @@ -1,9 +1,11 @@ require classpath-native.inc -PR = "r2" +PR = "r3" SRC_URI += "\ file://gjar-prefix-patch.diff;patch=1;pnum=0 \ file://xmlstream-fix.patch;patch=1;pnum=0 \ + file://getopt-filelist.patch;patch=1;pnum=0 \ + file://sun-security-getproperty_0.96.1.patch;patch=1;pnum=0 \ " |