2012-10-05 11:36:03 +02: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"
|
2018-06-23 17:32:32 +02:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_8 # host-protobuf
|
2017-10-23 18:19:44 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2012-10-05 11:36:03 +02: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 11:36:03 +02:00
|
|
|
|
2017-03-03 06:27:49 +01:00
|
|
|
https://github.com/protobuf-c/protobuf-c
|