summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/watchdog/watchdog_5.13.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-03-11 22:32:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-15 01:53:04 +0000
commitbc7bbe9df753550a91da06ec32721efbe4880e88 (patch)
tree2ae53c3d71e26e43ec423a6cf942b5a37c01e7eb /meta/recipes-extended/watchdog/watchdog_5.13.bb
parent64b43acb6cf67a8478e4201e4a15835e37d9888a (diff)
downloadpoky-bc7bbe9df753550a91da06ec32721efbe4880e88.tar.gz
watchdog: Upgrade 5.12 -> 5.13
Part of ping failure patch is already applied in 5.13 hence refreshed the patch. Tested on x86_64 box (From OE-Core rev: 1834400555d0e2bad73ee472d5991464fec70d53) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/watchdog/watchdog_5.13.bb')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.13.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.13.bb b/meta/recipes-extended/watchdog/watchdog_5.13.bb
new file mode 100644
index 0000000000..610e4735bb
--- /dev/null
+++ b/meta/recipes-extended/watchdog/watchdog_5.13.bb
@@ -0,0 +1,18 @@
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
11SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \
12 file://fix-ping-failure.patch"
13SRC_URI[md5sum] = "153455f008f1cf8f65f6ad9586a21ff1"
14SRC_URI[sha256sum] = "141e0faf3ee4d8187a6ff4e00b18ef7b7a4ce432a2d4c8a6e6fdc62507fc6eb0"
15
16inherit autotools
17
18RRECOMMENDS_${PN} = "kernel-module-softdog"