wxwidgets: Upgrade to 3.2.8.1 bugfix release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-11-26 15:10:07 -08:00
parent 185ff8cbcc
commit e4003aed55
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -18,7 +18,7 @@ DEPENDS += " \
tiff \
"
SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https;tag=v${PV} \
SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2.8-hotfix;protocol=https;tag=v${PV} \
file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \
file://0002-fix-libdir-for-multilib.patch \
file://0003-create-links-with-relative-path.patch \
@ -27,7 +27,7 @@ SRC_URI = "gitsm://github.com/wxWidgets/wxWidgets.git;branch=3.2;protocol=https;
file://0006-Fix-locale-on-musl.patch \
file://0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch \
"
SRCREV = "8aef5f40b93958719771331ca03866b7b6fff6bf"
SRCREV = "896e4f587615b832ce27b8325357cb504997e1d3"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"