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/adns/adns_1.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/adns') diff --git a/recipes/adns/adns_1.0.bb b/recipes/adns/adns_1.0.bb index dd058ec6eb..66b35900e2 100644 --- a/recipes/adns/adns_1.0.bb +++ b/recipes/adns/adns_1.0.bb @@ -28,3 +28,6 @@ do_install () { 'bin_dir=${D}${bindir}' 'lib_dir=${D}${libdir}' \ 'include_dir=${D}${includedir}' install } + +SRC_URI[md5sum] = "af4411ee10875b96c0d61f903018f438" +SRC_URI[sha256sum] = "bed27a4ec5b71acc08333368e842a1248e83328018b582caf644985539967c5d" -- cgit 1.2.3-korg