diff options
Diffstat (limited to 'meta/recipes-extended/watchdog/watchdog_5.11.bb')
-rw-r--r-- | meta/recipes-extended/watchdog/watchdog_5.11.bb | 20 |
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 @@ | |||
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 = "GPLv1+" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8a7258c60a71a2f04b67fb01f495889c" | ||
10 | |||
11 | PR = "r0" | ||
12 | |||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog_${PV}.tar.gz" | ||
14 | |||
15 | SRC_URI[md5sum] = "02c764219b3bdb2373091cbd67109eb6" | ||
16 | SRC_URI[sha256sum] = "723a7966e0c3d58e3f4df20943a5c9aa1553381f46aa0dbcf832016756e62792" | ||
17 | |||
18 | inherit autotools | ||
19 | |||
20 | RRECOMMENDS_${PN} = "kernel-module-softdog" | ||