From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/jamvm/jamvm_1.5.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/jamvm/jamvm_1.5.2.bb') diff --git a/recipes/jamvm/jamvm_1.5.2.bb b/recipes/jamvm/jamvm_1.5.2.bb index bf9271c938..258629684c 100644 --- a/recipes/jamvm/jamvm_1.5.2.bb +++ b/recipes/jamvm/jamvm_1.5.2.bb @@ -10,3 +10,6 @@ do_configure_prepend() { sed -i -e "s|OE_LIBDIR_JNI|${libdir_jni}|" src/dll.c } + +SRC_URI[md5sum] = "2a564045670b459e9aed857b5f8a3391" +SRC_URI[sha256sum] = "76c976616d344a3b1abd8896be6610c4d97a58af6960e1bc2f442b774bdda839" -- cgit 1.2.3-korg