From 8837d163abde016a5921aeff5bb158463299dabc Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 5 Feb 2026 21:02:54 +0100 Subject: [PATCH] glaze: Update to 7.0.2 Changes since 7.0.1: 459946d3 version 7.0.2 bump 8879dd5e two element id optimization (#2264) ecfc63b4 Committing clang-format changes e0d153e9 Enum search for when hashing fails (#2263) fc169a51 enum reflection documentation 3d8354a6 Committing clang-format changes f3fc73cc Allow to construct a glz::http_server instance using an asio::io_executor (#2258) 625b6ddd Update README.md 56d20086 Update README.md d3b51565 Update glaze_DISABLE_SIMD_WHEN_SUPPORTED documentation 77fb1384 Update README.md f17d17ca Committing clang-format changes 69eed8c2 YAML support (#2243) 5d652476 Update json-schema.md (#2254) 04883eb1 BEVE and CBOR std::expected support (#2253) 8555337e FEATURE: [json] Add special handling for std::expected (#2251) ddea99c5 Simple float (#2248) Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- .../recipes-support/glaze/{glaze_7.0.1.bb => glaze_7.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/glaze/{glaze_7.0.1.bb => glaze_7.0.2.bb} (92%) diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.2.bb similarity index 92% rename from meta-oe/recipes-support/glaze/glaze_7.0.1.bb rename to meta-oe/recipes-support/glaze/glaze_7.0.2.bb index 235335b471..9a8fc34a9c 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.0.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 = "a4af950700b8af2659f0d4a37a18a1b9c5300593" +SRCREV = "459946d325c497c274fa59d666bd7cb6e2dd7ad0" inherit cmake