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/tftp-hpa/tftp-hpa_5.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/tftp-hpa') diff --git a/recipes/tftp-hpa/tftp-hpa_5.0.bb b/recipes/tftp-hpa/tftp-hpa_5.0.bb index 9533e01670..3096b4a476 100644 --- a/recipes/tftp-hpa/tftp-hpa_5.0.bb +++ b/recipes/tftp-hpa/tftp-hpa_5.0.bb @@ -70,3 +70,6 @@ fi update-rc.d $OPT ${INITSCRIPT_NAME} remove } + +SRC_URI[md5sum] = "28beef704a4ef62bc2dead005198ef4c" +SRC_URI[sha256sum] = "96309871519efcab829fdfcc1cca546d772ed6a0e214c9e99e77ca7aea29f734" -- cgit 1.2.3-korg