diff options
| -rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 653541e3c8..4ad62cff2d 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
| @@ -8,11 +8,8 @@ SRC_URI = "file://init \ | |||
| 8 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
| 9 | 9 | ||
| 10 | do_install() { | 10 | do_install() { |
| 11 | install -d ${D}/${sysconfdir}/init.d | 11 | install -Dm755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/weston |
| 12 | install -m755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/weston | 12 | install -Dm0644 ${WORKDIR}/weston.service ${D}${systemd_system_unitdir}/weston.service |
| 13 | |||
| 14 | install -d ${D}${systemd_system_unitdir} | ||
| 15 | install -m0644 ${WORKDIR}/weston.service ${D}${systemd_system_unitdir} | ||
| 16 | } | 13 | } |
| 17 | 14 | ||
| 18 | inherit allarch update-rc.d distro_features_check systemd | 15 | inherit allarch update-rc.d distro_features_check systemd |
