diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-10-21 09:56:46 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-21 09:57:59 -0700 |
| commit | ded3e642e3da1f6b4eb6840c93273455eb218919 (patch) | |
| tree | f07655938bc4477ae0b04a7eec6729f2c1e16b1c | |
| parent | 51a12d6e8e5c492a058aca82507438ef3402d36d (diff) | |
| download | meta-openembedded-ded3e642e3da1f6b4eb6840c93273455eb218919.tar.gz | |
protobuf: Enable protoc binary in nativesdk
When it was disabled for target, it was enabled for native but not for
nativesdk explicitly, lets do it here.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb | 1 |
1 files changed, 1 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 0bc9cbedc0..c8b9158e6c 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb | |||
| @@ -26,6 +26,7 @@ inherit cmake pkgconfig ptest | |||
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "" | 27 | PACKAGECONFIG ??= "" |
| 28 | PACKAGECONFIG:class-native ?= "compiler" | 28 | PACKAGECONFIG:class-native ?= "compiler" |
| 29 | PACKAGECONFIG:class-nativesdk ?= "compiler" | ||
| 29 | PACKAGECONFIG[python] = ",," | 30 | PACKAGECONFIG[python] = ",," |
| 30 | PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF" | 31 | PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF" |
| 31 | 32 | ||
