mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
946d7dc680
commit
7116b00eed
|
|
@ -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 = " \
|
||||
Loading…
Reference in New Issue
Block a user