diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-01-11 13:15:40 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-11 17:51:55 -0800 |
commit | 4c239f99337119968a536edb31ea68245e46fedd (patch) | |
tree | 98809a0f8f210f6695fb5193684a28038805e70d | |
parent | 79f103489a57f2f5f036509d8ae12c5af71e6d25 (diff) | |
download | meta-openembedded-4c239f99337119968a536edb31ea68245e46fedd.tar.gz |
sysprof: upgrade 3.42.0 -> 3.42.1
Overview of changes in Sysprof 3.42.1
=====================================
* Build fixes for close()/lseek() usage
* Show recording time in local time instead of UTC
* Improve resolving of symbols in presence of toolbox, flatpak,
and btrfs
* Fix checking of paranoid state in Linux kernel
* Updated translations
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/sysprof/sysprof_3.42.1.bb (renamed from meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.1.bb index 9ab4d8f25d..3dd08a29cd 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.1.bb | |||
@@ -15,7 +15,7 @@ DEPENDS += " \ | |||
15 | json-glib \ | 15 | json-glib \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[archive.sha256sum] = "3c16e03efdfe5d3e71c4d239c67741ad37f72ce8971e2f7faf168dbd5e93e886" | 18 | SRC_URI[archive.sha256sum] = "1796b81404ee75fd1ebacf54464ad7affebf62f2851eef524d9f8eac0c4a2001" |
19 | 19 | ||
20 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'sysprofd', '', d)} \ | 20 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'sysprofd', '', d)} \ |
21 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'libsysprof', '', d)} \ | 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'libsysprof', '', d)} \ |