[oe-commits] [meta-openembedded] 05/06: gvfs: remove systemd user unit executable permission adjustment

git at git.openembedded.org git at git.openembedded.org
Tue Apr 16 00:39:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit eaa0d4e981da7bcc67ea2e0500b0e4e04e84222c
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Mon Apr 15 21:30:57 2019 +0200

    gvfs: remove systemd user unit executable permission adjustment
    
    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>
    Signed-off-by: Khem Raj <raj.khem 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 35367ae..7caee27 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
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list