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/reiserfsprogs/reiserfsprogs_3.6.19.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/reiserfsprogs') diff --git a/recipes/reiserfsprogs/reiserfsprogs_3.6.19.bb b/recipes/reiserfsprogs/reiserfsprogs_3.6.19.bb index fe047aed37..79a096174c 100644 --- a/recipes/reiserfsprogs/reiserfsprogs_3.6.19.bb +++ b/recipes/reiserfsprogs/reiserfsprogs_3.6.19.bb @@ -17,3 +17,6 @@ inherit autotools PACKAGES_prepend = "reiserfsprogs-reiserfsck reiserfsprogs-mkreiserfs " FILES_reiserfsprogs-reiserfsck = "${sbindir}/reiserfsck" FILES_reiserfsprogs-mkreiserfs = "${sbindir}/mkreiserfs" + +SRC_URI[md5sum] = "b42cf15f6651c3ceff5cb84996c0d539" +SRC_URI[sha256sum] = "c0862c53aecd23724a72d32fb54706d61d9858925c78408a2852d042417e68bf" -- cgit 1.2.3-korg