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/streamripper/streamripper_1.61.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/streamripper') diff --git a/recipes/streamripper/streamripper_1.61.3.bb b/recipes/streamripper/streamripper_1.61.3.bb index 5ddf4b6c00..c5d0c0f35f 100644 --- a/recipes/streamripper/streamripper_1.61.3.bb +++ b/recipes/streamripper/streamripper_1.61.3.bb @@ -6,3 +6,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/streamripper/streamripper-${PV}.tar.gz" inherit autotools + +SRC_URI[md5sum] = "57cd09098917bda29f841d366649681c" +SRC_URI[sha256sum] = "1747aee9fa4cc09b49e0fb14baace3293f8f870c0de27fd3550cde21d99e9cd7" -- cgit 1.2.3-korg