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/ipaq-sleep/ipaq-sleep_0.9.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ipaq-sleep') diff --git a/recipes/ipaq-sleep/ipaq-sleep_0.9.bb b/recipes/ipaq-sleep/ipaq-sleep_0.9.bb index 158de80bf1..f417611276 100644 --- a/recipes/ipaq-sleep/ipaq-sleep_0.9.bb +++ b/recipes/ipaq-sleep/ipaq-sleep_0.9.bb @@ -13,3 +13,6 @@ SRC_URI_append = " file://install-fix.patch;patch=1" SRC_URI_append = " file://unbreak.patch;patch=1" CONFFILES_${PN} += "${sysconfdir}/ipaq-sleep.conf" + +SRC_URI[md5sum] = "6163ba21421d47d449991f88959a06cb" +SRC_URI[sha256sum] = "6e8c4f0ecc24c36436227ebb4cba2abbc0737be83103cb156f80ffa00aabbd8c" -- cgit 1.2.3-korg