From 7116b00eed607c2c74ff00976e7c03ddc4cb6662 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 29 Apr 2025 12:15:18 +0800 Subject: [PATCH] gtkwave: upgrade 3.3.121 -> 3.3.122 Changelog: ============= - Buffer warning fix in fstVcdIDForFwrite. - Warning fixes in vzt_read.c and fstapi.c. - Prototype fixes for port to gcc15. - Fixes for tcl9 compatibility. - Added fixes for --saveonexit command line option. - Fix for convert_real for TR_REAL traces. - Fix for popen_san() in vcd2fst using fsdb binaries. - Added fstWriterGetFlushContextPending() to fstapi.c/.h. - Reenable wayland code for primary and baseline markers in wavewindow.c. - Unnamed scope fix for fstReader. - Opaque pointer warning fix for fstapi.c. - Remove broken pseudo-2D array support in fst.c. - Fix in fst.c for signals whose MSB/LSB/len mismatch. - Libfst #15: fstReaderOpen should not fail on empty FST file. - Fix crash introduced in 3.3.120 with legacy VCD loader caused by "Fix case of missing newline at EOF for VCD loaders." - Fix in fst.c for duplicate string values. - Remove duplicate string values from adjacent value changes. - Libghw add from upstream for ghdl_rtik_type_i64. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../gtkwave/{gtkwave_3.3.121.bb => gtkwave_3.3.122.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/gtkwave/{gtkwave_3.3.121.bb => gtkwave_3.3.122.bb} (94%) diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb similarity index 94% rename from meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb rename to meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb index 3f94933e6a..43367aa415 100644 --- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb +++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb @@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" SRC_URI = "http://gtkwave.sourceforge.net/gtkwave-gtk3-${PV}.tar.gz" -SRC_URI[sha256sum] = "54aa45788d6d52afb659c3aef335aafde0ef2c8990a7770f8eaa64e57f227346" +SRC_URI[sha256sum] = "6201b5f93dcaeafa92fc0ec4ad4baeaf60acf16fc8f019bbf061cf4ebf27938a" S = "${WORKDIR}/${BPN}-gtk3-${PV}" DEPENDS = " \