diff options
Diffstat (limited to 'recipes/classpath/classpath-native_0.96.1.bb')
-rw-r--r-- | recipes/classpath/classpath-native_0.96.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/classpath/classpath-native_0.96.1.bb b/recipes/classpath/classpath-native_0.96.1.bb new file mode 100644 index 0000000000..2d7ebad76f --- /dev/null +++ b/recipes/classpath/classpath-native_0.96.1.bb @@ -0,0 +1,11 @@ +require classpath-native.inc + +PR = "r4" + +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 \ + " + |