summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-30 13:48:34 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-31 10:06:31 -0700
commitaef65562999b1b7b8627ebb35d4a0ac6b4fa1825 (patch)
treedb8786671018a32573d068d235b57d542a348dbe
parent5e9c8a69682d834939abd0b84d35c83a779234b3 (diff)
downloadmeta-openembedded-aef65562999b1b7b8627ebb35d4a0ac6b4fa1825.tar.gz
gnome-keyring: Upgrade to 42.1
Package systemd user unit files Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb (renamed from meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb
index a30303cd8c..5937e74423 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb
@@ -21,7 +21,7 @@ inherit gnomebase gsettings features_check gettext
21 21
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23 23
24SRC_URI[archive.sha256sum] = "a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931" 24SRC_URI[archive.sha256sum] = "c7f4d040cc76a6b7fe67e08ef9106911c3c80d40fc88cbfc8e2684a4c946e3e6"
25SRC_URI += " \ 25SRC_URI += " \
26 file://0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch \ 26 file://0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch \
27 file://musl.patch \ 27 file://musl.patch \
@@ -41,6 +41,7 @@ FILES:${PN} += " \
41 ${datadir}/xdg-desktop-portal \ 41 ${datadir}/xdg-desktop-portal \
42 ${base_libdir}/security/*${SOLIBSDEV} \ 42 ${base_libdir}/security/*${SOLIBSDEV} \
43 ${libdir}/pkcs11/gnome-keyring-pkcs11.so \ 43 ${libdir}/pkcs11/gnome-keyring-pkcs11.so \
44 ${systemd_user_unitdir} \
44" 45"
45# fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used 46# fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
46pkg_postinst:${PN} () { 47pkg_postinst:${PN} () {