diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb index 01cdb4eef5..6549b1900f 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.54.0.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem" | |||
| 2 | LICENSE = "LGPL-2.0-only" | 2 | LICENSE = "LGPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e" |
| 4 | 4 | ||
| 5 | inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd | 5 | inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check |
| 6 | 6 | ||
| 7 | DEPENDS += "\ | 7 | DEPENDS += "\ |
| 8 | dbus \ | 8 | dbus \ |
| @@ -77,16 +77,7 @@ PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse3" | |||
| 77 | # libcdio-paranoia recipe doesn't exist yet | 77 | # libcdio-paranoia recipe doesn't exist yet |
| 78 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" | 78 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" |
| 79 | 79 | ||
| 80 | USERADD_PACKAGES = "${PN}" | ||
| 81 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd" | ||
| 82 | |||
| 83 | do_install:append() { | 80 | do_install:append() { |
| 84 | if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then | ||
| 85 | # Fix up permissions on polkit rules.d to work with rpm4 constraints | ||
| 86 | chmod 700 ${D}${datadir}/polkit-1/rules.d | ||
| 87 | chown polkitd:root ${D}${datadir}/polkit-1/rules.d | ||
| 88 | fi | ||
| 89 | |||
| 90 | # After rebuilds (not from scracth) it can happen that the executables in | 81 | # After rebuilds (not from scracth) it can happen that the executables in |
| 91 | # libexec ar missing executable permission flag. Not sure but it came up | 82 | # libexec ar missing executable permission flag. Not sure but it came up |
| 92 | # during transition to meson. Looked into build files and logs but could | 83 | # during transition to meson. Looked into build files and logs but could |
