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/blktool/blktool_4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/blktool') diff --git a/recipes/blktool/blktool_4.bb b/recipes/blktool/blktool_4.bb index e11686f12b..03c0eacf38 100644 --- a/recipes/blktool/blktool_4.bb +++ b/recipes/blktool/blktool_4.bb @@ -9,3 +9,6 @@ SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz" S = "${WORKDIR}/${PN}-${PV}.orig" inherit pkgconfig autotools + +SRC_URI[md5sum] = "62edc09c9908107e69391c87f4f3fd40" +SRC_URI[sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764" -- cgit v1.2.3