aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/watchdog/watchdog_5.14.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-11-06 16:19:44 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-09 10:17:04 +0000
commitfb2e1fd7d2df68d02f5da7dbf4390ea03e7eafdb (patch)
treee8f8bac3f58e1cf13b2f5b27ca25654ae721e705 /meta/recipes-extended/watchdog/watchdog_5.14.bb
parentf16573362398efc8d340024d749c30a8043db0f5 (diff)
downloadopenembedded-core-contrib-fb2e1fd7d2df68d02f5da7dbf4390ea03e7eafdb.tar.gz
watchdog: Upgrade to 5.14
Move the patches from generic files to watchdog Rebased the fix-ping due to code reorg on the source 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.14.bb')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.14.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.14.bb b/meta/recipes-extended/watchdog/watchdog_5.14.bb
new file mode 100644
index 0000000000..c77d91dcdd
--- /dev/null
+++ b/meta/recipes-extended/watchdog/watchdog_5.14.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Software watchdog"
+DESCRIPTION = "Watchdog is a daemon that checks if your system is still \
+working. If programs in user space are not longer executed \
+it will reboot the system."
+HOMEPAGE = "http://watchdog.sourceforge.net/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194"
+
+LICENSE = "GPL-2.0+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \
+ file://fixsepbuild.patch \
+ file://fix-ping-failure.patch"
+
+SRC_URI[md5sum] = "5b2dba0c593942f4acc100bca0d560c4"
+SRC_URI[sha256sum] = "620b2f49e9879f2e85c73d4c1f422f9101e6b38e824fea2414befd8bb6866ad1"
+
+inherit autotools
+
+RRECOMMENDS_${PN} = "kernel-module-softdog"