From: Thomas Petazzoni Date: Sat, 22 Oct 2016 14:00:19 +0000 (+0200) Subject: protobuf: add a comment about python-protobuf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d10d5b08261485b09a848609ec36720fae8055d6;p=buildroot.git protobuf: add a comment about python-protobuf Signed-off-by: Thomas Petazzoni --- 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