diff options
-rw-r--r-- | meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb (renamed from meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
9 | DEPENDS = "nlohmann-json" | 9 | DEPENDS = "nlohmann-json" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;" | 11 | SRC_URI = "git://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;" |
12 | SRCREV = "fd57e7aa23ffc352f62e504f34fd1c6b7b2ecac3" | 12 | SRCREV = "baecbb95bd63df53e0af16e87bc683967962c5f8" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | inherit cmake pkgconfig lib_package | 15 | inherit cmake pkgconfig lib_package |