summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJon Ringle <jringle@gridpoint.com>2017-07-27 16:31:15 -0400
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-03 09:00:21 +0200
commit9b4a7a48245a909983cf0fd42fac5827b951b362 (patch)
tree48453a413bb016313203c7e219f0a2ecf984360a /rules
parent3c8686e12c68f7c893d89b752c5bf437ff88975b (diff)
downloadptxdist-9b4a7a48245a909983cf0fd42fac5827b951b362.tar.gz
ptxdist-9b4a7a48245a909983cf0fd42fac5827b951b362.tar.xz
protobuf: version bump 3.3.1 -> 3.3.2
This fixes unused parameter 'deterministic' issue: src/backend-common/backend_ipc.pb.cc:32994:10: error: unused parameter 'deterministic' [-Werror=unused-parameter] bool deterministic, ::google::protobuf::uint8* target) const { ^ Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/protobuf.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/protobuf.make b/rules/protobuf.make
index 35d065b2d..97761d7bb 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PROTOBUF) += protobuf
#
# Paths and names
#
-PROTOBUF_VERSION := 3.3.1
-PROTOBUF_MD5 := 20c685147753b515ce380421442044b5
+PROTOBUF_VERSION := 3.3.2
+PROTOBUF_MD5 := 19ed45d0cbbb88de2c4922978235d314
PROTOBUF := protobuf-$(PROTOBUF_VERSION)
PROTOBUF_SUFFIX := tar.gz
PROTOBUF_URL := https://github.com/google/protobuf/archive/v$(PROTOBUF_VERSION).$(PROTOBUF_SUFFIX)