X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-graphics%2Fwayland%2Fweston_%25.bbappend;h=0fe75ede6c18f34f89416b0d4f5c9e742c84b7ec;hb=3d32b328ebece6019b118c83f56150b5c6947cd5;hp=573b481a9a27158db880b38e613ed650668b3a78;hpb=3bd99fb9c93da89564d31cf6579d49213915d2f7;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-graphics/wayland/weston_%.bbappend b/meta-agl/recipes-graphics/wayland/weston_%.bbappend index 573b481a9..0fe75ede6 100644 --- a/meta-agl/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-agl/recipes-graphics/wayland/weston_%.bbappend @@ -2,27 +2,7 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ file://0001-compositor-drm.c-Launch-without-input-devices.patch \ - file://weston.service \ - file://weston.ini \ - file://fix-touchscreen-crash.patch \ + file://0001-Allow-regular-users-to-launch-Weston.patch \ " -inherit systemd - -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} = "weston.service" - -do_install_append() { - # Install systemd unit files - if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then - install -m 644 -p -D ${WORKDIR}/weston.service ${D}${systemd_system_unitdir}/weston.service - fi - - WESTON_INI_CONFIG=${sysconfdir}/xdg/weston - install -d ${D}${WESTON_INI_CONFIG} - install -m 0644 ${WORKDIR}/weston.ini ${D}${WESTON_INI_CONFIG}/weston.ini -} - -FILES_${PN} += " \ - ${sysconfdir}/xdg/weston/weston.ini \ - " +EXTRA_OECONF_append = " --enable-sys-uid"