mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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>
This commit is contained in:
@@ -26,6 +26,7 @@ inherit cmake pkgconfig ptest
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG:class-native ?= "compiler"
|
||||
PACKAGECONFIG:class-nativesdk ?= "compiler"
|
||||
PACKAGECONFIG[python] = ",,"
|
||||
PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user