Skip to content

Commit

Permalink
protobuf: Enable protoc binary in nativesdk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kraj committed Oct 21, 2022
1 parent 51a12d6 commit ded3e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ded3e64

Please sign in to comment.