summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-03-14 13:53:41 +0100
committerMing Liu <ming.liu@toradex.com>2022-03-14 13:53:41 +0100
commitbb6ae13e57682abbdea2c53ac441dd6cec8cda99 (patch)
tree69eaf26f012cbeba0fdf22a06dbb9e287fc4abe3
parent77214711f1a33716ca3007a47d6047644b5cb6dd (diff)
weston-init: drop some deprecated code
The commit 4efdcc1090 in OE: [ weston: Use systemd notify, ] has been reverted, so we can drop the reverting code from bbappend. Reference: https://github.com/openembedded/openembedded-core/commit/dabd41819563ec63fc5bd5fd0f4af64230e58130 https://github.com/Freescale/meta-freescale/issues/901 Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 5de9d50..d2eba90 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -47,11 +47,3 @@ do_install_append_upstream_colibri-imx7() {
do_install_append_upstream_colibri-imx7-emmc() {
configure_pixman
}
-
-# openembedded-core commit 4efdcc1090 ("weston: Use systemd notify,")
-# forces systemd-notify which in our setup does not work. Uncomment the
-# relevant lines for now.
-do_install_append_tdx() {
- sed -i 's/\(Type=notify\)/# \1/' ${D}${systemd_system_unitdir}/weston@.service
- sed -i 's/\(NotifyAccess=all\)/# \1/' ${D}${systemd_system_unitdir}/weston@.service
-}