summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb
index c7004cc78d..1d86f1abce 100644
--- a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb
+++ b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.16.1.bb
@@ -15,6 +15,8 @@ SRCREV = "baecbb95bd63df53e0af16e87bc683967962c5f8"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16inherit cmake pkgconfig lib_package 16inherit cmake pkgconfig lib_package
17 17
18LDFLAGS:append:riscv32 = " -latomic"
19
18PACKAGECONFIG ?= "opentelemety_install otlp_api" 20PACKAGECONFIG ?= "opentelemety_install otlp_api"
19 21
20PACKAGECONFIG[opentelemety_install]="-DOPENTELEMETRY_INSTALL=ON,-DOPENTELEMETRY_INSTALL=OFF" 22PACKAGECONFIG[opentelemety_install]="-DOPENTELEMETRY_INSTALL=ON,-DOPENTELEMETRY_INSTALL=OFF"