1 config BR2_PACKAGE_PYTHON_PROTOBUF
3 depends on BR2_PACKAGE_PYTHON
4 # host-protobuf only builds on certain architectures
5 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
7 Python implementation of the Google Protocol Buffers.
9 Protocol buffers are Google's language-neutral, platform-neutral,
10 extensible mechanism for serializing structured data.
12 http://code.google.com/p/protobuf/