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/watchdog/watchdog_5.3.1.bb | 3 +++ recipes/watchdog/watchdog_5.6.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/watchdog') diff --git a/recipes/watchdog/watchdog_5.3.1.bb b/recipes/watchdog/watchdog_5.3.1.bb index fd8e756619..7502e68f75 100644 --- a/recipes/watchdog/watchdog_5.3.1.bb +++ b/recipes/watchdog/watchdog_5.3.1.bb @@ -7,3 +7,6 @@ SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}_${PV}. inherit autotools FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" + +SRC_URI[md5sum] = "ba97ddce396bfccd8d409bc3141d7ef4" +SRC_URI[sha256sum] = "b7bf9feeedea26d7e06935369a1a556089426e94f9ead946018526c96cd9b12e" diff --git a/recipes/watchdog/watchdog_5.6.bb b/recipes/watchdog/watchdog_5.6.bb index 6c8bd56e73..8c0845f0d7 100644 --- a/recipes/watchdog/watchdog_5.6.bb +++ b/recipes/watchdog/watchdog_5.6.bb @@ -14,3 +14,6 @@ do_install_append() { install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/watchdog } + +SRC_URI[md5sum] = "6df285569dd1d85528b983c98c9b2b7c" +SRC_URI[sha256sum] = "a2c7d6726e092315dbb047211b754528e4532521678a30e16f60a31bb86a7f74" -- cgit 1.2.3-korg