diff options
Diffstat (limited to 'recipes/watchdog/watchdog_5.2.6.bb')
-rw-r--r-- | recipes/watchdog/watchdog_5.2.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/watchdog/watchdog_5.2.6.bb b/recipes/watchdog/watchdog_5.2.6.bb new file mode 100644 index 0000000000..46f52d5627 --- /dev/null +++ b/recipes/watchdog/watchdog_5.2.6.bb @@ -0,0 +1,10 @@ +#CONFFILES = "${sysconfdir}/watchdog.conf" +DESCRIPTION = "Software watchdog" +LICENSE = "GPL" +PR = "r4" + +SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${P}.tar.gz" + +inherit autotools + +FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" |