diff options
-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" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
8 | 8 | ||
9 | DEPENDS = "nlohmann-json" | 9 | DEPENDS = "nlohmann-json" |
10 | SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main" | 10 | SRC_URI = "gitsm://github.com/open-telemetry/opentelemetry-cpp.git;protocol=https;branch=main;tag=v${PV}" |
11 | SRCREV = "ced79860f8c8a091a2eabfee6d47783f828a9b59" | 11 | SRCREV = "6175aa0b213eea053247e43b4f35b8d201fa356e" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | inherit cmake pkgconfig lib_package | 14 | inherit cmake pkgconfig lib_package |