aboutsummaryrefslogtreecommitdiffstats
path: root/packages/watchdog/watchdog_5.2.bb
blob: 592f86af39cd1edd14a32b8772e094000a2dc15b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#CONFFILES = "${sysconfdir}/watchdog.conf"
DESCRIPTION = "Software watchdog"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
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"

inherit autotools

FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog"