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/redboot-utils/fconfig_20060419.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/redboot-utils') diff --git a/recipes/redboot-utils/fconfig_20060419.bb b/recipes/redboot-utils/fconfig_20060419.bb index 561718f9b2..d8f5ea3d2b 100644 --- a/recipes/redboot-utils/fconfig_20060419.bb +++ b/recipes/redboot-utils/fconfig_20060419.bb @@ -12,3 +12,6 @@ do_install() { install -d ${D}/${sbindir} install -m 755 ${S}/fconfig ${D}/${sbindir} } + +SRC_URI[md5sum] = "abc1aca11ee9c9d9b65057c3cf1ca88c" +SRC_URI[sha256sum] = "d109960dd5e306d4a8ab73e99bfd519ef1c7c674b33b9cfd8fdd61cbd43dac60" -- cgit 1.2.3-korg