diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-22 13:23:00 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-22 13:23:00 +0000 |
commit | 59d151b3a9e96849981f30f8e3420713be5446d3 (patch) | |
tree | 2ec8103e09f06ea83e93709754755181c9177145 | |
parent | 8c205f59a005b80b862128762e9a516fa5e5075d (diff) | |
parent | 55057a5d90c6e5134465b25743929defa73a974f (diff) |
merge of '0cf0e308c229ff2591e8342f494ce06330cfca1b'
and 'ce7802218029dce2a1be4e69617eed7935139cda'
-rw-r--r-- | packages/watchdog/watchdog_5.3.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/watchdog/watchdog_5.3.1.bb b/packages/watchdog/watchdog_5.3.1.bb new file mode 100644 index 0000000000..344a69ce57 --- /dev/null +++ b/packages/watchdog/watchdog_5.3.1.bb @@ -0,0 +1,10 @@ +#CONFFILES = "${sysconfdir}/watchdog.conf" +DESCRIPTION = "Software watchdog" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}_${PV}.tar.gz" + +inherit autotools + +FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" |