diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-01 00:36:10 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-01 00:36:10 +0000 |
commit | 40e88ecdd50759429df7f3cab05731558368664b (patch) | |
tree | f716fb29ca60f163aa80f3eb1813f8d73c920c8c /packages/classpath | |
parent | d95847bcbd20f8a46b6dc9e5d943f16c4cd79b65 (diff) |
classpath-native 0.97.2:
- Added patch to allow compilation of phoneme advanced
Diffstat (limited to 'packages/classpath')
-rw-r--r-- | packages/classpath/classpath-native_0.97.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/classpath/classpath-native_0.97.2.bb b/packages/classpath/classpath-native_0.97.2.bb index e744b3378e..c25b1849ca 100644 --- a/packages/classpath/classpath-native_0.97.2.bb +++ b/packages/classpath/classpath-native_0.97.2.bb @@ -1,6 +1,6 @@ require classpath-native.inc -PR = "r0" +PR = "r1" # The code affected by the javanet-local patch # is usually not compiled. However if someone changes @@ -9,5 +9,6 @@ SRC_URI += "\ file://netif_16.patch;patch=1;pnum=0 \ file://SimpleName.diff;patch=1;pnum=0 \ file://javanet-local.patch;patch=1;pnum=0 \ + file://sun-security-getproperty_0.96.1.patch;patch=1;pnum=0 \ " |