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/rt2x00/rt73-k2wrlz_2.0.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/rt2x00/rt73-k2wrlz_2.0.1.bb') diff --git a/recipes/rt2x00/rt73-k2wrlz_2.0.1.bb b/recipes/rt2x00/rt73-k2wrlz_2.0.1.bb index b9f6fa1145..baf86ebbbb 100644 --- a/recipes/rt2x00/rt73-k2wrlz_2.0.1.bb +++ b/recipes/rt2x00/rt73-k2wrlz_2.0.1.bb @@ -17,3 +17,6 @@ do_install() { install -m 0644 rt73${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/extra/ } + +SRC_URI[md5sum] = "121e2ed57d01e04f82e942c502b1ca75" +SRC_URI[sha256sum] = "e04718f3989bc567bf185cacfb27e324218cce5f5c87fca65328e49a3b56e603" -- cgit 1.2.3-korg