diff options
Diffstat (limited to 'meta-oe/recipes-support/consolation')
| -rw-r--r-- | meta-oe/recipes-support/consolation/consolation_0.0.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb index 90bd560c47..2bd69e8d5f 100644 --- a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb +++ b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb | |||
| @@ -21,9 +21,9 @@ S = "${WORKDIR}/git" | |||
| 21 | 21 | ||
| 22 | inherit autotools pkgconfig systemd | 22 | inherit autotools pkgconfig systemd |
| 23 | 23 | ||
| 24 | do_install_append() { | 24 | do_install:append() { |
| 25 | install -d ${D}${systemd_system_unitdir} | 25 | install -d ${D}${systemd_system_unitdir} |
| 26 | install -m 644 ${B}/consolation.service ${D}${systemd_system_unitdir} | 26 | install -m 644 ${B}/consolation.service ${D}${systemd_system_unitdir} |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | SYSTEMD_SERVICE_${PN} = "consolation.service" | 29 | SYSTEMD_SERVICE:${PN} = "consolation.service" |
