summaryrefslogtreecommitdiffstats
path: root/package/python-protobuf/Config.in
diff options
context:
space:
mode:
authorThiago Correa <thiago.correa@gmail.com>2012-10-05 09:36:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-21 21:54:38 +0200
commit0c5e24d48bdd63ce55cc8fb2b00f05b501876a60 (patch)
tree70c06dec4c772c09bb152c947a58ed9a89f23e3b /package/python-protobuf/Config.in
parenteed671a9b141870000d074a229f350f776d48bbd (diff)
downloadbuildroot-novena-0c5e24d48bdd63ce55cc8fb2b00f05b501876a60.tar.gz
buildroot-novena-0c5e24d48bdd63ce55cc8fb2b00f05b501876a60.zip
python-protobuf: Add support for Python implementation of Google's Protocol Buffers
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/python-protobuf/Config.in')
-rw-r--r--package/python-protobuf/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-protobuf/Config.in b/package/python-protobuf/Config.in
new file mode 100644
index 000000000..ec2205757
--- /dev/null
+++ b/package/python-protobuf/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PYTHON_PROTOBUF
+ bool "python-protobuf"
+ depends on BR2_PACKAGE_PYTHON
+ help
+ Python implementation of the Google Protocol Buffers.
+
+ Protocol buffers are Google's language-neutral, platform-neutral,
+ extensible mechanism for serializing structured data.
+
+ http://code.google.com/p/protobuf/