diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:32:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:08 -0700 |
commit | eddf523cad08a2c07aa9883550865db42ccc8e89 (patch) | |
tree | f4b75335e7f5e913d4fb2fff83a8316df610b2b3 | |
parent | 0eb8c7d8d22855f7ceef9ea4ab4d2eaaf7ddc1e0 (diff) | |
download | meta-openembedded-eddf523cad08a2c07aa9883550865db42ccc8e89.tar.gz |
gnome-online-accounts: upgrade 3.54.2 -> 3.54.3
Changelog:
============
- Authentication failure in goa IMAP accounts
- Handle unexpected casing in domain names
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb (renamed from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.2.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb index d3608f0e74..98e67ad957 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.2.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb | |||
@@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', | |||
8 | 8 | ||
9 | DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" | 9 | DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" |
10 | 10 | ||
11 | SRC_URI[archive.sha256sum] = "0f7f3d29c0666ffbcc503f3e0f3396362effdb9317d41664ce65df147ef35372" | 11 | SRC_URI[archive.sha256sum] = "bcf655dd1ddc22bc25793b6840da19f5cad7ba0b7227ff969ed9c252f036aac5" |
12 | 12 | ||
13 | PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" | 13 | PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" |
14 | 14 | ||