aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-12 08:54:33 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-13 19:21:40 -0700
commitd407f466386d0b6f11939d63cc165e046e35473e (patch)
treeda01b0fb2be80d91118bf5952009f26f816c986c /meta-gnome
parenteab0d95d1c11299824aaace084a62ded70c7aed4 (diff)
downloadmeta-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')
-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 += " \
libxml2-native \
glib-2.0 \
json-glib \
+ libunwind \
"
-SRC_URI[archive.sha256sum] = "1796b81404ee75fd1ebacf54464ad7affebf62f2851eef524d9f8eac0c4a2001"
+SRC_URI[archive.sha256sum] = "ab5d9f5b71973b3088d58a1bfdf1dc23c39a02f5fce4e5e9c73e034b178b005b"
-PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'sysprofd', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'libsysprof', '', d)} \
+PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'sysprofd libsysprof', '', d)} \
${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}"
PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3 libdazzle"
PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit"