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/xorg-app/luit_1.0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-app/luit_1.0.2.bb') diff --git a/recipes/xorg-app/luit_1.0.2.bb b/recipes/xorg-app/luit_1.0.2.bb index 67fc3266ae..1343a0504b 100644 --- a/recipes/xorg-app/luit_1.0.2.bb +++ b/recipes/xorg-app/luit_1.0.2.bb @@ -5,3 +5,6 @@ PE = "1" DEPENDS += " zlib zlib virtual/libx11 libfontenc" + +SRC_URI[archive.md5sum] = "aacda46598ce3af8ca16e2a8132db1b2" +SRC_URI[archive.sha256sum] = "c0c4d76df0350c626df7ce62bf3df7915f9959557d76abce96222857d782389c" -- cgit 1.2.3-korg