summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb
index 88bef2c06d..0bc9cbedc0 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb
@@ -25,7 +25,9 @@ S = "${WORKDIR}/git"
25inherit cmake pkgconfig ptest 25inherit cmake pkgconfig ptest
26 26
27PACKAGECONFIG ??= "" 27PACKAGECONFIG ??= ""
28PACKAGECONFIG:class-native ?= "compiler"
28PACKAGECONFIG[python] = ",," 29PACKAGECONFIG[python] = ",,"
30PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF"
29 31
30EXTRA_OECMAKE += "\ 32EXTRA_OECMAKE += "\
31 -Dprotobuf_BUILD_SHARED_LIBS=ON \ 33 -Dprotobuf_BUILD_SHARED_LIBS=ON \