diff options
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb | 2 |
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" | |||
25 | inherit cmake pkgconfig ptest | 25 | inherit cmake pkgconfig ptest |
26 | 26 | ||
27 | PACKAGECONFIG ??= "" | 27 | PACKAGECONFIG ??= "" |
28 | PACKAGECONFIG:class-native ?= "compiler" | ||
28 | PACKAGECONFIG[python] = ",," | 29 | PACKAGECONFIG[python] = ",," |
30 | PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF" | ||
29 | 31 | ||
30 | EXTRA_OECMAKE += "\ | 32 | EXTRA_OECMAKE += "\ |
31 | -Dprotobuf_BUILD_SHARED_LIBS=ON \ | 33 | -Dprotobuf_BUILD_SHARED_LIBS=ON \ |