diff options
Diffstat (limited to 'recipes/classpath/classpath_0.97.2.bb')
-rw-r--r-- | recipes/classpath/classpath_0.97.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/classpath/classpath_0.97.2.bb b/recipes/classpath/classpath_0.97.2.bb index 3ec5bc4f15..d8f070c2d3 100644 --- a/recipes/classpath/classpath_0.97.2.bb +++ b/recipes/classpath/classpath_0.97.2.bb @@ -10,7 +10,7 @@ SRC_URI += "\ file://cp-byte-loophelper.patch;patch=1;pnum=0 \ file://drawpolyline.patch;patch=1;pnum=0 \ file://gtk-fix.patch;patch=1;pnum=0 \ - file://toolwrapper-exithook.patch;patch=1; \ + file://toolwrapper-exithook.patch;patch=1 \ " PR = "r10" @@ -28,3 +28,6 @@ EXTRA_OECONF += "\ --with-vm=java \ " + +SRC_URI[md5sum] = "6a35347901ace03c31cc49751b338f31" +SRC_URI[sha256sum] = "001fee5ad3ddd043783d59593153510f09064b0d9b5aea82f535266f62f02db4" |