similarity index 94%
rename from meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.19.0.bb
rename to meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb
@@ -7,8 +7,8 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
DEPENDS = "nlohmann-json"
-SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main"
-SRCREV = "ced79860f8c8a091a2eabfee6d47783f828a9b59"
+SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;tag=v${PV}"
+SRCREV = "6175aa0b213eea053247e43b4f35b8d201fa356e"
S = "${WORKDIR}/git"
inherit cmake pkgconfig lib_package