summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-02 10:13:23 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 19:29:04 -0700
commit47730c10df19ac7e476375eb03349d86bed20d8b (patch)
treec662b08adcbd7389679dc2d6a8d8cb9cb15c4b9e /meta-oe
parent4da6be16f39050fe02a9999b9069037e82232637 (diff)
downloadmeta-openembedded-47730c10df19ac7e476375eb03349d86bed20d8b.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/glaze/glaze_7.2.2.bb (renamed from meta-oe/recipes-support/glaze/glaze_7.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/glaze/glaze_7.2.1.bb b/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"
5 5
6SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}" 6SRC_URI = "git://github.com/stephenberry/glaze;protocol=https;branch=main;tag=v${PV}"
7 7
8SRCREV = "527b419fecfcc19261866dcfdf62dbf6e393970c" 8SRCREV = "959c50207aa552a8de5aabfcbb6801d08fa6fb9d"
9 9
10inherit cmake 10inherit cmake
11 11