mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
51a12d6e8e
commit
ded3e642e3
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user