mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
gtkwave: upgrade 3.3.111 -> 3.3.117
Changelog: * Bugfix-only release. * VCD reader fixes for unnamed Icarus begin blocks. * String data type crash fix in fst.c. * Dummy release to keep in sync with gtk3 version. * Buffer overflow fixes in FST reader. * Fix VZT reader with -fstrict-aliasing. * Fix use_multi_state condition in vzt_write.c. * Fix for UNDEF vs strings at start of a vzt file. * Fix sleep() time scaling redefine for mingw. * Use MapViewOfFileEx for mmap on Windows (fstapi). * Define FST_DO_MISALIGNED_OPS on AArch64 (fstapi). * Fixed attrbegin short length problem. * Fix manpage/odt for vcd2fst command switch documentation for zlibpack. * Changed sprintf to snprintf in fstapi.c. * Fix stems reader processing code broken in 3.3.114. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1497396bfa
commit
3c4c881e13
|
|
@ -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] = "b4e1c2f718fb3c4b4f412a220876b9da599fe11745fb6f7eb4aed107b1106233"
|
||||
SRC_URI[sha256sum] = "3cf1537586a911cbb0601af8fa18cf6da708c8a14a71f69ce3cb9118e8571db9"
|
||||
S = "${WORKDIR}/${BPN}-gtk3-${PV}"
|
||||
|
||||
DEPENDS = " \
|
||||
Loading…
Reference in New Issue
Block a user