From: Leon Woestenberg Date: Tue, 22 May 2007 13:21:06 +0000 (+0000) Subject: watchdog: Added 5.3.1. X-Git-Tag: Release-2010-05/1~8868^2~400^2~196^2^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55057a5d90c6e5134465b25743929defa73a974f;p=openembedded.git watchdog: Added 5.3.1. --- 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"