diff --git a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.0.bb b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb similarity index 95% rename from meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.0.bb rename to meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb index f559295dbd..a52e7aef63 100644 --- a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.0.bb +++ b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" DEPENDS = "nlohmann-json" SRC_URI = "git://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;" -SRCREV = "fd57e7aa23ffc352f62e504f34fd1c6b7b2ecac3" +SRCREV = "baecbb95bd63df53e0af16e87bc683967962c5f8" S = "${WORKDIR}/git" inherit cmake pkgconfig lib_package