aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/watchdog/watchdog_5.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/watchdog/watchdog_5.3.1.bb')
-rw-r--r--recipes/watchdog/watchdog_5.3.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/watchdog/watchdog_5.3.1.bb b/recipes/watchdog/watchdog_5.3.1.bb
new file mode 100644
index 0000000000..fd8e756619
--- /dev/null
+++ b/recipes/watchdog/watchdog_5.3.1.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "System watchdog daemon"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}_${PV}.tar.gz"
+
+inherit autotools
+
+FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog"