summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb8
1 files changed, 0 insertions, 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() {
73 for exe in `find ${D}/${libexecdir}`; do 73 for exe in `find ${D}/${libexecdir}`; do
74 chmod +x $exe 74 chmod +x $exe
75 done 75 done
76
77 # Something sets user services executable - looks a bit as if meson
78 # transition has room for enhancements...
79 # Systemd warns with messages as:
80 # 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>
81 for service in `find ${D}/${systemd_user_unitdir}`; do
82 chmod -x $service
83 done
84} 76}