[oe] [PATCH] gvfs: remove systemd user unit executable permission adjustment

Andreas Müller schnitzeltony at gmail.com
Mon Apr 15 19:30:57 UTC 2019


Executable permissions were set accidently by a typo in recipe and has nothing
to do with meson build. Typo in recipe was fixed so adjustment can go.

Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
index 35367ae11..7caee2771 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
@@ -73,12 +73,4 @@ do_install_append() {
     for exe in `find ${D}/${libexecdir}`; do
        chmod +x $exe
     done
-
-    # Something sets user services executable - looks a bit as if meson
-    # transition has room for enhancements...
-    # Systemd warns with messages as:
-    # Apr 07 01:00:33 raspberrypi3 systemd[348]: Configuration file /usr/lib/systemd/user/gvfs-mtp-volume-monitor.service is marked executable. Please remove executable permissio>
-    for service in `find ${D}/${systemd_user_unitdir}`; do
-       chmod -x $service
-    done
 }
-- 
2.20.1



More information about the Openembedded-devel mailing list