diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-12 08:54:33 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-13 19:21:40 -0700 |
commit | d407f466386d0b6f11939d63cc165e046e35473e (patch) | |
tree | da01b0fb2be80d91118bf5952009f26f816c986c /meta-gnome/recipes-gnome/sysprof | |
parent | eab0d95d1c11299824aaace084a62ded70c7aed4 (diff) | |
download | meta-openembedded-d407f466386d0b6f11939d63cc165e046e35473e.tar.gz |
sysprof: upgrade 3.42.1 -> 3.44.0
Overview of changes in Sysprof 3.44.0
=====================================
* Translation updates
Overview of changes in Sysprof 3.43.90
======================================
* Require libunwind unless disabled manually to help ensure distributions are
doing the right thing.
* Add allocation leaks section to memprof.
* Fix preloading of speedtrack
* Fix capture of mapped path names with spaces
* Translation updates
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/sysprof')
-rw-r--r-- | meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb (renamed from meta-gnome/recipes-gnome/sysprof/sysprof_3.42.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.1.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb index 99b3c60fa5..351354dbca 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.1.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb | |||
@@ -13,12 +13,12 @@ DEPENDS += " \ | |||
13 | libxml2-native \ | 13 | libxml2-native \ |
14 | glib-2.0 \ | 14 | glib-2.0 \ |
15 | json-glib \ | 15 | json-glib \ |
16 | libunwind \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | SRC_URI[archive.sha256sum] = "1796b81404ee75fd1ebacf54464ad7affebf62f2851eef524d9f8eac0c4a2001" | 19 | SRC_URI[archive.sha256sum] = "ab5d9f5b71973b3088d58a1bfdf1dc23c39a02f5fce4e5e9c73e034b178b005b" |
19 | 20 | ||
20 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'sysprofd', '', d)} \ | 21 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'sysprofd libsysprof', '', d)} \ |
21 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'libsysprof', '', d)} \ | ||
22 | ${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" | 22 | ${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" |
23 | PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3 libdazzle" | 23 | PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3 libdazzle" |
24 | PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit" | 24 | PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit" |