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/htun/htun_0.9.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/htun/htun_0.9.5.bb') diff --git a/recipes/htun/htun_0.9.5.bb b/recipes/htun/htun_0.9.5.bb index 5495ec5799..87a34670af 100644 --- a/recipes/htun/htun_0.9.5.bb +++ b/recipes/htun/htun_0.9.5.bb @@ -15,3 +15,6 @@ do_install() { install -d ${D}${sbindir} install -m 0755 htund ${D}${sbindir} } + +SRC_URI[md5sum] = "f720686c841e9fefc06db76458fd9908" +SRC_URI[sha256sum] = "1f8259a3a8ae583170816f5028329f3a7157f87f927da9c0a911a5fb9be263a1" -- cgit 1.2.3-korg