summaryrefslogtreecommitdiffstats
path: root/recipes/watchdog
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/watchdog
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/watchdog')
-rw-r--r--recipes/watchdog/watchdog_5.3.1.bb3
-rw-r--r--recipes/watchdog/watchdog_5.6.bb3
2 files changed, 6 insertions, 0 deletions
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"