summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/watchdog/watchdog_5.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/watchdog/watchdog_5.15.bb')
-rw-r--r--meta/recipes-extended/watchdog/watchdog_5.15.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.15.bb b/meta/recipes-extended/watchdog/watchdog_5.15.bb
index 8353ec0d20..1acab2e9e7 100644
--- a/meta/recipes-extended/watchdog/watchdog_5.15.bb
+++ b/meta/recipes-extended/watchdog/watchdog_5.15.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569"
11SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \
12 file://0001-Include-linux-param.h-for-EXEC_PAGESIZE-definition.patch \ 12 file://0001-Include-linux-param.h-for-EXEC_PAGESIZE-definition.patch \
13 file://0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch \ 13 file://0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch \
14 file://watchdog-init.patch \ 14 file://watchdog.init \
15 file://wd_keepalive.init \ 15 file://wd_keepalive.init \
16" 16"
17 17
@@ -31,7 +31,7 @@ EXTRA_OECONF += " --disable-nfs "
31 31
32INITSCRIPT_PACKAGES = "${PN} ${PN}-keepalive" 32INITSCRIPT_PACKAGES = "${PN} ${PN}-keepalive"
33 33
34INITSCRIPT_NAME_${PN} = "watchdog.sh" 34INITSCRIPT_NAME_${PN} = "watchdog"
35INITSCRIPT_PARAMS_${PN} = "start 25 1 2 3 4 5 . stop 85 0 6 ." 35INITSCRIPT_PARAMS_${PN} = "start 25 1 2 3 4 5 . stop 85 0 6 ."
36 36
37INITSCRIPT_NAME_${PN}-keepalive = "wd_keepalive" 37INITSCRIPT_NAME_${PN}-keepalive = "wd_keepalive"
@@ -49,7 +49,7 @@ do_install_append() {
49 install -m 0644 ${S}/debian/watchdog.service ${D}${systemd_system_unitdir} 49 install -m 0644 ${S}/debian/watchdog.service ${D}${systemd_system_unitdir}
50 install -m 0644 ${S}/debian/wd_keepalive.service ${D}${systemd_system_unitdir} 50 install -m 0644 ${S}/debian/wd_keepalive.service ${D}${systemd_system_unitdir}
51 51
52 install -D ${S}/redhat/watchdog.init ${D}/${sysconfdir}/init.d/watchdog.sh 52 install -Dm 0755 ${WORKDIR}/watchdog.init ${D}/${sysconfdir}/init.d/watchdog
53 install -Dm 0755 ${WORKDIR}/wd_keepalive.init ${D}${sysconfdir}/init.d/wd_keepalive 53 install -Dm 0755 ${WORKDIR}/wd_keepalive.init ${D}${sysconfdir}/init.d/wd_keepalive
54 54
55 # watchdog.conf is provided by the watchdog-config recipe 55 # watchdog.conf is provided by the watchdog-config recipe