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/elvis/elvis_2.2.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/elvis/elvis_2.2.0.bb') diff --git a/recipes/elvis/elvis_2.2.0.bb b/recipes/elvis/elvis_2.2.0.bb index f038c6b110..cff6f92472 100644 --- a/recipes/elvis/elvis_2.2.0.bb +++ b/recipes/elvis/elvis_2.2.0.bb @@ -59,3 +59,6 @@ FILES_${PN}-tools = "/usr/bin/elvfmt /usr/bin/elvtags /usr/bin/ref" FILES_${PN} = "/usr/bin/elvis /etc/elvis /usr/share/elvis/scripts /usr/share/elvis/README /usr/share/elvis/*.*" + +SRC_URI[md5sum] = "6831b8df3e4a530395e66c2889783752" +SRC_URI[sha256sum] = "9a8466b2293798441056bc279736af3a616baaba2f11940396cc60ff71924ea0" -- cgit 1.2.3-korg