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/hddtemp/hddtemp_0.3-beta15.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/hddtemp/hddtemp_0.3-beta15.bb') diff --git a/recipes/hddtemp/hddtemp_0.3-beta15.bb b/recipes/hddtemp/hddtemp_0.3-beta15.bb index e6144cef2d..c1f0490303 100644 --- a/recipes/hddtemp/hddtemp_0.3-beta15.bb +++ b/recipes/hddtemp/hddtemp_0.3-beta15.bb @@ -16,3 +16,6 @@ do_install_append() { install -d ${D}/usr/share/misc/ install -m 0644 ${WORKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db } + +SRC_URI[md5sum] = "8b829339e1ae9df701684ec239021bb8" +SRC_URI[sha256sum] = "618541584054093d53be8a2d9e81c97174f30f00af91cb8700a97e442d79ef5b" -- cgit 1.2.3-korg