mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 09:47:19 +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 ??= ""
|
||||||
PACKAGECONFIG:class-native ?= "compiler"
|
PACKAGECONFIG:class-native ?= "compiler"
|
||||||
|
PACKAGECONFIG:class-nativesdk ?= "compiler"
|
||||||
PACKAGECONFIG[python] = ",,"
|
PACKAGECONFIG[python] = ",,"
|
||||||
PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF"
|
PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user