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/logic-analyzer/logic-analyzer_0.8.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/logic-analyzer/logic-analyzer_0.8.bb') diff --git a/recipes/logic-analyzer/logic-analyzer_0.8.bb b/recipes/logic-analyzer/logic-analyzer_0.8.bb index 73e8f8ba84..9815b44602 100644 --- a/recipes/logic-analyzer/logic-analyzer_0.8.bb +++ b/recipes/logic-analyzer/logic-analyzer_0.8.bb @@ -42,3 +42,6 @@ PACKAGES = "${PN}" FILES_${PN} = "${datadir_java}/analyzer.jar ${bindir}/${PN}" PACKAGE_ARCH = "all" + +SRC_URI[md5sum] = "dc8f16011da37ee3114616b96dc80798" +SRC_URI[sha256sum] = "c735f3c0b32f379020a52965e5af45fcd00330b94f94d51603ab5a05b06675fb" -- cgit 1.2.3-korg