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/libelf/libelf_0.8.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libelf') diff --git a/recipes/libelf/libelf_0.8.3.bb b/recipes/libelf/libelf_0.8.3.bb index 65e3e66628..f2fdffa0f8 100644 --- a/recipes/libelf/libelf_0.8.3.bb +++ b/recipes/libelf/libelf_0.8.3.bb @@ -31,3 +31,6 @@ do_stage () { done make includedir=${STAGING_INCDIR} install-compat } + +SRC_URI[md5sum] = "f85d6dc4b4ef1c126080d86cf0ce63fd" +SRC_URI[sha256sum] = "644262514d0f6c3572f66935921a5290383a15e804e9b085e293ab78102d3513" -- cgit 1.2.3-korg