tools: Fix thread names in rtems-record-lttng

This commit is contained in:
Sebastian Huber 2022-12-02 10:32:13 +01:00
parent f8d79ee511
commit 65f83cf973

View File

@ -10,14 +10,14 @@
%define rtems_tools_source rtems-tools-%{rtems_tools_version} %define rtems_tools_source rtems-tools-%{rtems_tools_version}
%define rtems_tools_ext xz %define rtems_tools_ext xz
%else %else
%define rtems_tools_version 40529bc566105be801481880a385a750bed44d36 %define rtems_tools_version 66b81d6baf5e4ff1b4bb9ac50f885261aca381cb
%define rtems_tools_ext bz2 %define rtems_tools_ext bz2
%endif %endif
%define rtems_tools_source rtems-tools-%{rtems_tools_version} %define rtems_tools_source rtems-tools-%{rtems_tools_version}
%source set rtems-tools https://git.rtems.org/rtems-tools/snapshot/%{rtems_tools_source}.tar.%{rtems_tools_ext} %source set rtems-tools https://git.rtems.org/rtems-tools/snapshot/%{rtems_tools_source}.tar.%{rtems_tools_ext}
%hash sha512 rtems-tools-%{rtems_tools_version}.tar.bz2 \ %hash sha512 rtems-tools-%{rtems_tools_version}.tar.bz2 \
TBBcCps/65zZJMhk+ijyGsTMMul7j18XUaGT3DQWz3f93nOHy25NHCfDgbwxmLGntEgzTm4I4fHe38sXYV8y6g== Jo8dJaJz1Ovlsk5JNvNH0gLh23SVzm0zCxh3I26AMoYd48Oya7xSC/46tG1UbH7RhfI/T2c2PvVVI6xpWwm5vA==
# #
# Optionally enable/disable building the RTEMS Tools via the command line. # Optionally enable/disable building the RTEMS Tools via the command line.