diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-10 08:12:31 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-26 13:17:10 +0200 |
| commit | d925fda75953ee7427c03dde0163f230edac9407 (patch) | |
| tree | 05924f58a18cc8d8024e00c4da1f5dad44ee283c /meta-gnome | |
| parent | 77a5621e44ee16763d322c372663b55a937d76f1 (diff) | |
| download | meta-openembedded-d925fda75953ee7427c03dde0163f230edac9407.tar.gz | |
gvfs: fix polkit homedir
- remove double slashes
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c6168d98ed4b672f959c48f7abecce2d33bce327)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb index 73b9bd3b09..9d1303e2e4 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb | |||
| @@ -77,13 +77,13 @@ PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse3" | |||
| 77 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" | 77 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" |
| 78 | 78 | ||
| 79 | USERADD_PACKAGES = "${PN}" | 79 | USERADD_PACKAGES = "${PN}" |
| 80 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" | 80 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd" |
| 81 | 81 | ||
| 82 | do_install:append() { | 82 | do_install:append() { |
| 83 | if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then | 83 | if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then |
| 84 | # Fix up permissions on polkit rules.d to work with rpm4 constraints | 84 | # Fix up permissions on polkit rules.d to work with rpm4 constraints |
| 85 | chmod 700 ${D}/${datadir}/polkit-1/rules.d | 85 | chmod 700 ${D}${datadir}/polkit-1/rules.d |
| 86 | chown polkitd:root ${D}/${datadir}/polkit-1/rules.d | 86 | chown polkitd:root ${D}${datadir}/polkit-1/rules.d |
| 87 | fi | 87 | fi |
| 88 | 88 | ||
| 89 | # After rebuilds (not from scracth) it can happen that the executables in | 89 | # After rebuilds (not from scracth) it can happen that the executables in |
