summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/watchdog/watchdog_5.12.bb
diff options
context:
space:
mode:
authorRadu Moisan <radu.moisan@intel.com>2012-08-02 14:53:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-02 15:28:37 +0100
commitfe800caf592c7ba8247c1320c01075b8d063f310 (patch)
tree08a8dd70ca016e7c6da32e8e2a6896c125f19009 /meta/recipes-extended/watchdog/watchdog_5.12.bb
parent08d1621ce272fd5f0bffc057c1a9883ede557c3f (diff)
downloadpoky-fe800caf592c7ba8247c1320c01075b8d063f310.tar.gz
watchdog: Upgrade to upstream v5.12
sourceforge.net link is broken at the time of this patch, so I added a mirror. License changed to GPLv2+ (From OE-Core rev: 1452b5e60eff29e7423ecdd51d2d942e88dcc263) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/watchdog/watchdog_5.12.bb')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.12.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.12.bb b/meta/recipes-extended/watchdog/watchdog_5.12.bb
new file mode 100644
index 0000000000..cc4d1a3173
--- /dev/null
+++ b/meta/recipes-extended/watchdog/watchdog_5.12.bb
@@ -0,0 +1,21 @@
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 = "GPL-2.0+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569"
10
11PR = "r0"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz \
14 file://fix-ping-failure.patch"
15
16SRC_URI[md5sum] = "cea28bea70e54f3625062bc808aef9af"
17SRC_URI[sha256sum] = "862d5da6ab34568bbd4ea695316f063fecabe107d0939ceea6c67c9ec0b1a08e"
18
19inherit autotools
20
21RRECOMMENDS_${PN} = "kernel-module-softdog"