summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb (renamed from meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.19.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.19.0.bb b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb
index c98bc826ad..e022b407a0 100644
--- a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.19.0.bb
+++ b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb
@@ -7,8 +7,8 @@ LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8 8
9DEPENDS = "nlohmann-json" 9DEPENDS = "nlohmann-json"
10SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main" 10SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;tag=v${PV}"
11SRCREV = "ced79860f8c8a091a2eabfee6d47783f828a9b59" 11SRCREV = "6175aa0b213eea053247e43b4f35b8d201fa356e"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14inherit cmake pkgconfig lib_package 14inherit cmake pkgconfig lib_package