diff options
Diffstat (limited to 'meta/recipes-extended/watchdog/watchdog-config.bb')
| -rw-r--r-- | meta/recipes-extended/watchdog/watchdog-config.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog-config.bb b/meta/recipes-extended/watchdog/watchdog-config.bb deleted file mode 100644 index 58c565bd30..0000000000 --- a/meta/recipes-extended/watchdog/watchdog-config.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 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 it will reboot \ | ||
| 4 | the system." | ||
| 5 | HOMEPAGE = "http://watchdog.sourceforge.net/" | ||
| 6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=172030&atid=860194" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 10 | |||
| 11 | SRC_URI = " \ | ||
| 12 | file://watchdog.default \ | ||
| 13 | file://watchdog.conf \ | ||
| 14 | " | ||
| 15 | |||
| 16 | S = "${UNPACKDIR}" | ||
| 17 | |||
| 18 | # The default value is 60 seconds when null. | ||
| 19 | WATCHDOG_TIMEOUT ??= "" | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | install -Dm 0644 ${UNPACKDIR}/watchdog.default ${D}${sysconfdir}/default/watchdog | ||
| 23 | install -Dm 0644 ${UNPACKDIR}/watchdog.conf ${D}${sysconfdir}/watchdog.conf | ||
| 24 | |||
| 25 | if [ -n "${WATCHDOG_TIMEOUT}" ]; then | ||
| 26 | echo "watchdog-timeout = ${WATCHDOG_TIMEOUT}" >> ${D}/etc/watchdog.conf | ||
| 27 | fi | ||
| 28 | } | ||
| 29 | |||
