openembedded/meta-openembedded

Protobuf not supporting DCCL (protoc-gen-dccl)

Opened this issue · 0 comments

I'm compiling a bitbake recipe for DCCL (Dynamic Compact Control Language).
When building it with cmake, I receive this error:
Failed to find protoc-gen-dccl for cross-compiling
When I install protobuf on my desktop, it installs protoc-gen-dccl, but on yocto it doesn't.
It seems that the protobuf recipe is missing some stuff that builds the protoc-gen-dccl binary.
Do you have any idea on what may be the issue?

Thank you!