From adee49fa253d3d03530861294f11efbb3e775f54 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Aug 2026 17:43:59 +0000 Subject: [PATCH] opentelemetry-cpp: upgrade 1.20.0 -> 1.28.0 Minor release; see upstream release notes for details. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj --- ...{opentelemetry-cpp_1.20.0.bb => opentelemetry-cpp_1.28.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/opentelemetry/{opentelemetry-cpp_1.20.0.bb => opentelemetry-cpp_1.28.0.bb} (96%) diff --git a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.28.0.bb similarity index 96% rename from meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb rename to meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.28.0.bb index eb108c177c..a07da1c2e5 100644 --- a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb +++ b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.28.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" DEPENDS = "nlohmann-json" SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "6175aa0b213eea053247e43b4f35b8d201fa356e" +SRCREV = "6f65c3eded2bb4656c8d675cad43bbe694c531c7" inherit cmake pkgconfig lib_package