From 47730c10df19ac7e476375eb03349d86bed20d8b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Apr 2026 10:13:23 +0800 Subject: [PATCH] glaze: upgrade 7.2.1 -> 7.2.2 Improvements ============= error_on_missing_array_elements option Glaze vs Boost.Beast HTTP server benchmarks and optimizations custom optional support Add clang-cl CI workflow Make REST router more like a map and allow overwriting routes Fixes ====== YAML fix for generic_u64 and generic_i64 format_context to support specifying YAML in opts format field glz::patch support for all glz::generic_ types Avoid erroring on nullable value types Fix GNU-style flag passing to MSVC frontend Nullable value write skipping Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/glaze/{glaze_7.2.1.bb => glaze_7.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/glaze/{glaze_7.2.1.bb => glaze_7.2.2.bb} (92%) diff --git a/meta-oe/recipes-support/glaze/glaze_7.2.1.bb b/meta-oe/recipes-support/glaze/glaze_7.2.2.bb similarity index 92% rename from meta-oe/recipes-support/glaze/glaze_7.2.1.bb rename to meta-oe/recipes-support/glaze/glaze_7.2.2.bb index 9750253005..807f8811d1 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.2.1.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.2.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4d29875d83fbbf50485c846dbbbed8" SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}" -SRCREV = "527b419fecfcc19261866dcfdf62dbf6e393970c" +SRCREV = "959c50207aa552a8de5aabfcbb6801d08fa6fb9d" inherit cmake