diff options
| author | Saul Wold <sgw@linux.intel.com> | 2014-11-06 16:19:44 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-09 10:21:22 +0000 |
| commit | c58237560dcb20283b27a816ffbafa0818ffc98e (patch) | |
| tree | 9568ac202bc1a797652a3c6d9ce805c2ca59be50 /meta/recipes-extended/watchdog/watchdog_5.14.bb | |
| parent | f5ecb7548163ed80bb0c55f32cee3644ac8a0531 (diff) | |
| download | poky-c58237560dcb20283b27a816ffbafa0818ffc98e.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
(From OE-Core rev: fb2e1fd7d2df68d02f5da7dbf4390ea03e7eafdb)
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.bb | 20 |
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 @@ | |||
| 1 | SUMMARY = "Software watchdog" | ||
| 2 | DESCRIPTION = "Watchdog is a daemon that checks if your system is still \ | ||
| 3 | working. If programs in user space are not longer executed \ | ||
| 4 | it will reboot the system." | ||
| 5 | HOMEPAGE = "http://watchdog.sourceforge.net/" | ||
| 6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194" | ||
| 7 | |||
| 8 | LICENSE = "GPL-2.0+" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569" | ||
| 10 | |||
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \ | ||
| 12 | file://fixsepbuild.patch \ | ||
| 13 | file://fix-ping-failure.patch" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "5b2dba0c593942f4acc100bca0d560c4" | ||
| 16 | SRC_URI[sha256sum] = "620b2f49e9879f2e85c73d4c1f422f9101e6b38e824fea2414befd8bb6866ad1" | ||
| 17 | |||
| 18 | inherit autotools | ||
| 19 | |||
| 20 | RRECOMMENDS_${PN} = "kernel-module-softdog" | ||
