From: Oyvind Repvik Date: Mon, 11 Sep 2006 07:44:02 +0000 (+0000) Subject: watchdog: Sanitize X-Git-Tag: Release-2010-05/1~9453^2~850 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06994b7e8e0b818dbde2a4f1e70f29d5ab20b00b;p=openembedded.git watchdog: Sanitize --- diff --git a/packages/watchdog/watchdog_5.2.bb b/packages/watchdog/watchdog_5.2.bb index 12f41b6ee7..592f86af39 100644 --- a/packages/watchdog/watchdog_5.2.bb +++ b/packages/watchdog/watchdog_5.2.bb @@ -1,14 +1,12 @@ +#CONFFILES = "${sysconfdir}/watchdog.conf" DESCRIPTION = "Software watchdog" MAINTAINER = "Oyvind Repvik " -PR = "r3" LICENSE = "GPL" +PR = "r3" SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}-${PV}.tar.gz" - SRC_URI += "file://mkinstalldirs.patch;patch=1" -FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" -#CONFFILES = "${sysconfdir}/watchdog.conf" - inherit autotools +FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog"