Hi, On 30 September 2013 22:26, Henning Heinold <[email protected]> wrote: > On Mon, Sep 30, 2013 at 04:46:10PM +0300, Riku Voipio wrote: >> jamvm has wrong wrong checksums for version referred. Update >> the version to match that is in jamvm_git.bb and make checksums >> match. >> --- >> recipes-core/openjdk/openjdk-7-release-25b30.inc | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/recipes-core/openjdk/openjdk-7-release-25b30.inc >> b/recipes-core/openjdk/openjdk-7-release-25b30.inc >> index 363b6e2..60f4f43 100644 >> --- a/recipes-core/openjdk/openjdk-7-release-25b30.inc >> +++ b/recipes-core/openjdk/openjdk-7-release-25b30.inc >> @@ -43,11 +43,11 @@ CACAO_URI = >> "http://icedtea.classpath.org/download/drops/cacao/${CACAO_FILE};nam >> SRC_URI[cacao.md5sum] = "ec1def7f0d3d25e9e7da47c480f26a73" >> SRC_URI[cacao.sha256sum] = >> "d49f79debc131a5694cae6ab3ba2864e7f3249ee8d9dc09aae8afdd4dc6b09f9" >> >> -JAMVM_VERSION = "0972452d441544f7dd29c55d64f1ce3a5db90d82" >> +JAMVM_VERSION = "ac22c9948434e528ece451642b4ebde40953ee7e" >> JAMVM_FILE = "jamvm-${JAMVM_VERSION}.tar.gz" >> JAMVM_URI = >> "http://icedtea.classpath.org/download/drops/jamvm/${JAMVM_FILE};name=jamvm;unpack=false" >> -SRC_URI[jamvm.md5sum] = "740c2587502831cac6797d1233a7e27b" >> -SRC_URI[jamvm.sha256sum] = >> "47fce7bd556c1b1d29a93b8c45497e0d872b48b7f535066b303336f29d0f0d8d" >> +SRC_URI[jamvm.md5sum] = "3a67d0f3471bd2d5b2446d91bfa73f73" >> +SRC_URI[jamvm.sha256sum] = >> "4662da1fe3e0e11d8fa685c7f2fc748576b9f3d3e37dc56b798dd6a5bd6b61e7" >> >> # Allow overriding this separately >> OEPATCHES = "\ >> -- >> 1.8.1.2 > > Hi, > > jamvm version is fine we use the one openjdk 2.3 expect for now, but I have > to update the cacao one. > > So this patch will be dropped.
If you want to keep the current jamvm, you still need to fix the checksums: wget http://icedtea.classpath.org/download/drops/jamvm/jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz voipio@aimless:~/tmp$ md5sum jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz f4616713ec609e35aa8070811bd952aa jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz voipio@aimless:~/tmp$ sha256sum jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz bfa706402ac934d24f7119eb78f6be65e91439a4b2e49dbcc21e288137808f03 jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz These do not match with the checksums in openjdk-7-release-25b30.inc Riku _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
