summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/watchdog/watchdog_5.11.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2011-12-30 08:57:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:36 +0000
commit26096cfc05d4b0b1d21290be1fbefbc6af89a265 (patch)
tree1e176190019ef7d84f22c91fb7d47008297ed663 /meta/recipes-extended/watchdog/watchdog_5.11.bb
parent8cc94caa612f8860af20c8d61b6cccc5ea1b55f9 (diff)
downloadpoky-26096cfc05d4b0b1d21290be1fbefbc6af89a265.tar.gz
watchdog: upgrade to 5.11
(From OE-Core rev: effed56330a54f2f20704184484193cd1125f377) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/watchdog/watchdog_5.11.bb')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.11.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.11.bb b/meta/recipes-extended/watchdog/watchdog_5.11.bb
new file mode 100644
index 0000000000..0b88c1ff71
--- /dev/null
+++ b/meta/recipes-extended/watchdog/watchdog_5.11.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Software watchdog"
2DESCRIPTION = "Watchdog is a daemon that checks if your system is still \
3working. If programs in user space are not longer executed \
4it will reboot the system."
5HOMEPAGE = "http://watchdog.sourceforge.net/"
6BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194"
7
8LICENSE = "GPLv1+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=8a7258c60a71a2f04b67fb01f495889c"
10
11PR = "r0"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz"
14
15SRC_URI[md5sum] = "02c764219b3bdb2373091cbd67109eb6"
16SRC_URI[sha256sum] = "723a7966e0c3d58e3f4df20943a5c9aa1553381f46aa0dbcf832016756e62792"
17
18inherit autotools
19
20RRECOMMENDS_${PN} = "kernel-module-softdog"