diff options
Diffstat (limited to 'meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb')
-rw-r--r-- | meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb index cd9793359..f2ee97b93 100644 --- a/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb | |||
@@ -28,10 +28,10 @@ SRC_URI[sha256sum] = "5cd98a27e6393168bc6aaea070d9e1cd551b0f898c52f66b2ff2e5d274 | |||
28 | 28 | ||
29 | inherit autotools update-rc.d systemd | 29 | inherit autotools update-rc.d systemd |
30 | 30 | ||
31 | SYSTEMD_SERVICE_${PN} = "smartd.service" | 31 | SYSTEMD_SERVICE:${PN} = "smartd.service" |
32 | SYSTEMD_AUTO_ENABLE = "disable" | 32 | SYSTEMD_AUTO_ENABLE = "disable" |
33 | 33 | ||
34 | do_install_append () { | 34 | do_install:append () { |
35 | #install the init.d/smartd | 35 | #install the init.d/smartd |
36 | install -d ${D}${sysconfdir}/init.d | 36 | install -d ${D}${sysconfdir}/init.d |
37 | install -p -m 0755 ${WORKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd | 37 | install -p -m 0755 ${WORKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd |
@@ -50,4 +50,4 @@ do_install_append () { | |||
50 | INITSCRIPT_NAME = "smartd" | 50 | INITSCRIPT_NAME = "smartd" |
51 | INITSCRIPT_PARAMS = "start 60 2 3 4 5 . stop 60 0 1 6 ." | 51 | INITSCRIPT_PARAMS = "start 60 2 3 4 5 . stop 60 0 1 6 ." |
52 | 52 | ||
53 | RDEPENDS_${PN} += "mailx" | 53 | RDEPENDS:${PN} += "mailx" |