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/hdparm/hdparm_9.15.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/hdparm/hdparm_9.15.bb') diff --git a/recipes/hdparm/hdparm_9.15.bb b/recipes/hdparm/hdparm_9.15.bb index d351e8dc85..e9388582f7 100644 --- a/recipes/hdparm/hdparm_9.15.bb +++ b/recipes/hdparm/hdparm_9.15.bb @@ -19,3 +19,6 @@ pkg_postinst_${PN} () { pkg_prerm_${PN} () { update-alternatives --remove hdparm hdparm.${PN} } + +SRC_URI[md5sum] = "0524dd10ad986285ff4eeb3507f7471c" +SRC_URI[sha256sum] = "689a413119c4d670ed95b9ac24511655c4805db678ad93866ab1036a0ba4d6bf" -- cgit 1.2.3-korg