From 3d6873db6bcd82ab9242854dbe9ea08a18128224 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Jul 2024 18:17:49 -0700 Subject: [PATCH] weston-init.bbappend: Delete These options are now part of weston.ini since yocto 4.0 [1] [1] https://git.yoctoproject.org/poky/commit/?id=5c95402ff95 Signed-off-by: Khem Raj --- recipes-graphics/wayland/weston-init.bbappend | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 recipes-graphics/wayland/weston-init.bbappend diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend deleted file mode 100644 index b6d6f2e8a..000000000 --- a/recipes-graphics/wayland/weston-init.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" - -do_install:append:rpi() { - if [ -e ${D}/${sysconfdir}/init.d/weston ]; then - sed -i 's#weston-start --#weston-start -- --continue-without-input#' ${D}/${sysconfdir}/init.d/weston - fi - if [ -e ${D}${systemd_system_unitdir}/weston.service ]; then - sed -i 's#ExecStart=/usr/bin/weston#ExecStart=/usr/bin/weston --continue-without-input#' ${D}${systemd_system_unitdir}/weston.service - fi -}