mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
dda73a8b35
commit
3bcb2258fa
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user