2012-10-05 09:36:03 +00:00
|
|
|
config BR2_PACKAGE_PYTHON_PROTOBUF
|
|
|
|
|
bool "python-protobuf"
|
2014-05-12 19:45:48 +02:00
|
|
|
# host-protobuf only builds on certain architectures
|
|
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
2017-05-07 15:32:46 +02:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_5 # host-protobuf
|
2017-10-23 23:19:44 +07:00
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2012-10-05 09:36:03 +00:00
|
|
|
help
|
|
|
|
|
Python implementation of the Google Protocol Buffers.
|
|
|
|
|
|
2017-12-18 09:21:05 +01:00
|
|
|
Protocol buffers are Google's language-neutral,
|
|
|
|
|
platform-neutral, extensible mechanism for serializing
|
|
|
|
|
structured data.
|
2012-10-05 09:36:03 +00:00
|
|
|
|
2017-03-03 07:27:49 +02:00
|
|
|
https://github.com/protobuf-c/protobuf-c
|