diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-06-06 12:50:58 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-06-06 12:50:58 +0000 |
commit | f8106eb67642d5ffeecde506a557d6205fe9e4e5 (patch) | |
tree | 942baa2da8181b6443773be3491b391731b81654 /packages/classpath/classpath-native_0.96.1.bb | |
parent | 62c29a13f24aa7ce23caff7a4c9b21c8bdaf8d4b (diff) |
classpath-native: Add patch allowing PhoneME builds with Classpath tools.
classpath-minimal: Move to bugfix release 0.97.2.
classpath: Move to bugfix release 0.97.2.
chinook-compat.conf: Set classpath preference to 0.97.2.
preferred-om-2008-versions.inc: Set classpath preference to 0.97.2.
classpath 0.97.2:
* Updated NetworkInterface patch to include header file changes.
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 \ " |