diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2019-04-15 21:30:57 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-04-16 21:07:25 -0700 |
| commit | 3bcb2258fac8402ad13a31ad6418af9109bd6bf2 (patch) | |
| tree | 529b4b55aff842b736bdce6401482972cc339bb0 /meta-gnome | |
| parent | dda73a8b3595da88bf729181414b13ce3068ee2e (diff) | |
| download | meta-openembedded-3bcb2258fac8402ad13a31ad6418af9109bd6bf2.tar.gz | |
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@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb | 8 |
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 35367ae117..7caee27711 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 | } |
