mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
eab0d95d1c
commit
d407f46638
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user