summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2019-02-15 15:42:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-19 14:55:36 +0100
commit15dd238f7263f85aa36703482eb0de748a386a77 (patch)
treefd6629907e25266064ec7634bb75df86d8f00aa5
parentc78fa7d7af6b41da9927062597bf45bb8b34475e (diff)
downloadptxdist-15dd238f7263f85aa36703482eb0de748a386a77.tar.gz
ptxdist-15dd238f7263f85aa36703482eb0de748a386a77.tar.xz
grpc: version bump 1.17.2 -> 1.18.0
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/grpc-1.18.0/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch (renamed from patches/grpc-1.17.2/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch)0
-rw-r--r--patches/grpc-1.18.0/0002-Add-pkg-config-files.patch (renamed from patches/grpc-1.17.2/0002-Add-pkg-config-files.patch)0
-rw-r--r--patches/grpc-1.18.0/series (renamed from patches/grpc-1.17.2/series)0
-rw-r--r--rules/grpc.make4
4 files changed, 2 insertions, 2 deletions
diff --git a/patches/grpc-1.17.2/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch b/patches/grpc-1.18.0/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch
index 82658fd27..82658fd27 100644
--- a/patches/grpc-1.17.2/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch
+++ b/patches/grpc-1.18.0/0001-CMakeLists.txt-allow-passing-a-pre-existing-grpc_cpp.patch
diff --git a/patches/grpc-1.17.2/0002-Add-pkg-config-files.patch b/patches/grpc-1.18.0/0002-Add-pkg-config-files.patch
index 713419bd9..713419bd9 100644
--- a/patches/grpc-1.17.2/0002-Add-pkg-config-files.patch
+++ b/patches/grpc-1.18.0/0002-Add-pkg-config-files.patch
diff --git a/patches/grpc-1.17.2/series b/patches/grpc-1.18.0/series
index fa19512af..fa19512af 100644
--- a/patches/grpc-1.17.2/series
+++ b/patches/grpc-1.18.0/series
diff --git a/rules/grpc.make b/rules/grpc.make
index 78933eb5d..18aaff0cd 100644
--- a/rules/grpc.make
+++ b/rules/grpc.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GRPC) += grpc
#
# Paths and names
#
-GRPC_VERSION := 1.17.2
-GRPC_MD5 := 346ecc9a9162664f7f50aadcdb4eac8e
+GRPC_VERSION := 1.18.0
+GRPC_MD5 := 520c545189fad05966c147c42e8280cc
GRPC := grpc-$(GRPC_VERSION)
GRPC_SUFFIX := tar.gz
GRPC_URL := https://github.com/grpc/grpc/archive/v$(GRPC_VERSION).$(GRPC_SUFFIX)