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/guile/guile-native_1.8.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/guile/guile-native_1.8.2.bb') diff --git a/recipes/guile/guile-native_1.8.2.bb b/recipes/guile/guile-native_1.8.2.bb index 2dc32bfd3d..663869effc 100644 --- a/recipes/guile/guile-native_1.8.2.bb +++ b/recipes/guile/guile-native_1.8.2.bb @@ -136,3 +136,6 @@ do_stage() { oe_libinstall -C guile-readline -so -a libguilereadline-v-17 ${STAGING_LIBDIR} oe_libinstall -C libguile -so -a libguile ${STAGING_LIBDIR} } + +SRC_URI[md5sum] = "a4b64a992deae0532f8015bcc6c40784" +SRC_URI[sha256sum] = "1f7667c30228737e3cea58ff2b384bcc0eed8cb679392de827821e4d540c760e" -- cgit 1.2.3-korg