diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-04-06 11:20:22 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-06 08:29:49 -0700 |
commit | 6f5c0f63e842e95cb4ad2ce7f647c908fc391b8a (patch) | |
tree | 3f966c566476ebc0d0b8920e97ceaf018c77dbae /meta-gnome/recipes-gnome/gnome-control-center | |
parent | 7a44ad2c84acc154f1a24dc1c48c36b280eacc41 (diff) | |
download | meta-openembedded-6f5c0f63e842e95cb4ad2ce7f647c908fc391b8a.tar.gz |
gnome-control-center: upgrade 3.34.4 -> 3.34.5
================
Version 3.34.5
================
- Updated translations
- Remove some dead code
Display
- Fix resolution options getting stuck in a low resolution
Network
- Print warning if failed to save to libsecret
- Handle security combo box being not selected correctly
- Fix small memory leaks
Sharing:
- Fix small memory leak
User Accounts
- Fix uninitialized variable
- Fix small memory leak
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-control-center')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.5.bb (renamed from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.5.bb index 2533220634..bf8ec33557 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.5.bb | |||
@@ -30,8 +30,8 @@ DEPENDS = " \ | |||
30 | 30 | ||
31 | REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11" | 31 | REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11" |
32 | 32 | ||
33 | SRC_URI[archive.md5sum] = "4a783c45d6775185a683f143a14d460e" | 33 | SRC_URI[archive.md5sum] = "ca92151a2a58cc3e0a73e88379e96ce2" |
34 | SRC_URI[archive.sha256sum] = "17ea6db4b9cee75e99e77f0161a0e5209a3b86444ae775c2068ec192aba6272e" | 34 | SRC_URI[archive.sha256sum] = "b30d0afb99252f150e37d5ca4bc83b89bf4aa6d18c5d367230053278634e0c47" |
35 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" | 35 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" |
36 | 36 | ||
37 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 37 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" |