Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] gvfs: remove executable permission from systemd user services
@ 2019-04-07 20:06 Andreas Müller
  0 siblings, 0 replies; only message in thread
From: Andreas Müller @ 2019-04-07 20:06 UTC (permalink / raw)
  To: openembedded-devel

As written in comment: Looks to me as if meson build is not yet working as
it should for gvfs. Looked into but did not find suspicious. So just remove
flags for now.

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

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 df9fd50ea..8fed9e825 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
@@ -73,4 +73,12 @@ do_install_append() {
     for exe in `find ${D}/${libexec}`; 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-07 20:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-07 20:06 [PATCH] gvfs: remove executable permission from systemd user services Andreas Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox