diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-22 16:00:19 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-22 16:00:19 +0200 |
commit | d10d5b08261485b09a848609ec36720fae8055d6 (patch) | |
tree | 3eb13f82377a8e3daa53c0fc2cf835d50f50e34a | |
parent | f6428eacf70dd931c106215606d0e77bca09d497 (diff) | |
download | buildroot-d10d5b08261485b09a848609ec36720fae8055d6.tar.gz buildroot-d10d5b08261485b09a848609ec36720fae8055d6.zip |
protobuf: add a comment about python-protobuf
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/protobuf/protobuf.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index b4a19471ff..dabbfb7a4a 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -4,6 +4,9 @@ # ################################################################################ +# When bumping this package, make sure to also verify if the +# python-protobuf package still works, as they share the same +# version/site variables. PROTOBUF_VERSION = v3.0.0 PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION)) PROTOBUF_LICENSE = BSD-3c |