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/sscep/sscep_0.0.20081211.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/sscep') diff --git a/recipes/sscep/sscep_0.0.20081211.bb b/recipes/sscep/sscep_0.0.20081211.bb index 7791e23546..ef865aa188 100644 --- a/recipes/sscep/sscep_0.0.20081211.bb +++ b/recipes/sscep/sscep_0.0.20081211.bb @@ -19,3 +19,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 sscep ${D}${bindir}/sscep } + +SRC_URI[md5sum] = "89ba368c8455c324d208e5f5965f8f8f" +SRC_URI[sha256sum] = "e622c344f72c6d95e15db834efbf777392778b2854e58a5d8f5d20b668cf2a9b" -- cgit v1.2.3