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/oprofile/oprofile_0.9.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/oprofile/oprofile_0.9.3.bb') diff --git a/recipes/oprofile/oprofile_0.9.3.bb b/recipes/oprofile/oprofile_0.9.3.bb index 1b7cf3cc27..3cc3402cb1 100644 --- a/recipes/oprofile/oprofile_0.9.3.bb +++ b/recipes/oprofile/oprofile_0.9.3.bb @@ -10,3 +10,6 @@ SRC_URI += "\ file://fix-arith.patch;patch=1;pnum=0 \ file://gcc43x-fix.patch;patch=1 \ file://armv7a.diff;patch=1" + +SRC_URI[tarball.md5sum] = "bb91e4d5bd45ff0d5c3e6214653422b7" +SRC_URI[tarball.sha256sum] = "4f86ab165dabcc7bc4008710a66fa0ed391c083e2a8bdf8a8f5bf11c0244b2cb" -- cgit 1.2.3-korg