summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston-init.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index 4ad62cff2d..3a2251e69a 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -3,13 +3,15 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
4 4
5SRC_URI = "file://init \ 5SRC_URI = "file://init \
6 file://weston.service" 6 file://weston.service \
7 file://weston-start"
7 8
8S = "${WORKDIR}" 9S = "${WORKDIR}"
9 10
10do_install() { 11do_install() {
11 install -Dm755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/weston 12 install -Dm755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/weston
12 install -Dm0644 ${WORKDIR}/weston.service ${D}${systemd_system_unitdir}/weston.service 13 install -Dm0644 ${WORKDIR}/weston.service ${D}${systemd_system_unitdir}/weston.service
14 install -Dm755 ${WORKDIR}/weston-start ${D}${bindir}/weston-start
13} 15}
14 16
15inherit allarch update-rc.d distro_features_check systemd 17inherit allarch update-rc.d distro_features_check systemd