瀏覽代碼

protobuf: add a comment about python-protobuf

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 8 年之前
父節點
當前提交
d10d5b0826
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package/protobuf/protobuf.mk

+ 3 - 0
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