[ptxdist] [PATCH] sdl2: Version bump. 2.30.2 -> 2.30.3

2024-05-07 Thread Christian Melki
Minor stable series bump. Minor bugfixes. https://github.com/libsdl-org/SDL/releases/tag/release-2.30.3 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2.make b/rules/sdl2.make index 4959560a0..c5f4fa5ad 100644

[ptxdist] [PATCH] hwdata: Version bump. 0.381 -> 0.382

2024-05-07 Thread Christian Melki
https://github.com/vcrhonek/hwdata/releases/tag/v0.382 The usual updates. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index ba1451b9f..9c15cf790 100644 --- a/rules/hwdata.make

[ptxdist] Should GDB select XZ?

2024-05-07 Thread Ian Abbott
Hi, The configure script of GDB (version 7.6 or later) has a --with-lzma option that controls whether GDB will use liblzma or not. (It is needed to for reading .gnu_debuginfo sections from ELF files, if they are present.) By default (if not explicitly enabled or disabled), it will use

[ptxdist] [PATCH] rtps: Show processes and threads

2024-05-07 Thread Gavin Schenk
Get a more complete picture of all tasks including threads. Signed-off-by: Gavin Schenk --- projectroot/usr/bin/rtps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectroot/usr/bin/rtps b/projectroot/usr/bin/rtps index 80fcd0944..c612cf61d 100644 ---