[meta-mingw] [PATCH 2/3] mingw-w64: upgrade 13.0.0 -> 14.0.0
Ross Burton <[email protected]> Fri, 31 Jul 2026 16:56:03 +0100
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Notable changes: - Various fixes to stat() family - Various fixes to mbstowcs/wcstomb - Added C23 binary mingw_pformat specifiers %b and %B - Add support for mingw_pformat %ws, %wS, %wc and %wC - Added C23 half-revolution trigonometric math functions - Sync against Wine version 11.5 - gendef: Print --kill-at information only for i386 - Initial support for arm64ec-w64-mingw32 - Fix stack guard function when built with GCC -fstack-protector-strong - Removed the armv7 experimental softmath code - Removed MINGW_HAS_SECURE_API, secure APIs are always provided - Removed MINGW_HAS_DDK_H Signed-off-by: Ross Burton <[email protected]> --- recipes-devtools/mingw-w64/mingw-w64.inc | 2 +- ...-headers_13.0.0.bb =3D> nativesdk-mingw-w64-headers_14.0.0.bb} | 0 ...-runtime_13.0.0.bb =3D> nativesdk-mingw-w64-runtime_14.0.0.bb} | 0 ...eads_13.0.0.bb =3D> nativesdk-mingw-w64-winpthreads_14.0.0.bb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-headers_13.0.0.bb= =3D> nativesdk-mingw-w64-headers_14.0.0.bb} (100%) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-runtime_13.0.0.bb= =3D> nativesdk-mingw-w64-runtime_14.0.0.bb} (100%) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-winpthreads_13.0.= 0.bb =3D> nativesdk-mingw-w64-winpthreads_14.0.0.bb} (100%) diff --git a/recipes-devtools/mingw-w64/mingw-w64.inc b/recipes-devtools/= mingw-w64/mingw-w64.inc index 46d28af..d45fea7 100644 --- a/recipes-devtools/mingw-w64/mingw-w64.inc +++ b/recipes-devtools/mingw-w64/mingw-w64.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM =3D "file://${UNPACKDIR}/mingw-w64-v${PV= }/COPYING;md5=3Dbb936f0e04d COMPATIBLE_HOST =3D ".*-mingw.*" =20 SRC_URI =3D "${SOURCEFORGE_MIRROR}/project/mingw-w64/mingw-w64/mingw-w64= -release/mingw-w64-v${PV}.tar.bz2" -SRC_URI[sha256sum] =3D "5afe822af5c4edbf67daaf45eec61d538f49eef6b19524de= 64897c6b95828caf" +SRC_URI[sha256sum] =3D "6eaf921d9eb987d3820b364ea9775bc19b965ec81490b6fd= d716526c28e1995c" =20 UPSTREAM_CHECK_URI =3D "http://sourceforge.net/projects/mingw-w64/files/= mingw-w64/mingw-w64-release/" UPSTREAM_CHECK_REGEX =3D "mingw-w64-v(?P<pver>(\d+[\.\-_]*)+)\.tar" diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.= 0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_14.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.0= .bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_14.0.0.b= b diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.= 0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_14.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.0= .bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_14.0.0.b= b diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_1= 3.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_14.= 0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_13= .0.0.bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_14.0= .0.bb --=20 2.43.0