aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-03 12:35:18 -0800
committerKhem Raj <raj.khem@gmail.com>2021-03-03 12:42:17 -0800
commitc3b91945d6b6b1a769d99566a041e9a1a57d8149 (patch)
tree48954cda157d8b2f791386dddb17c46b62d618c5
parent078b4f8a33f957eb062692cc7d9b605fec3a1611 (diff)
downloadmeta-openembedded-contrib-c3b91945d6b6b1a769d99566a041e9a1a57d8149.tar.gz
grpc: Upgrade to 1.36.1
Changelog https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1 https://github.com/grpc/grpc/releases/tag/v1.36.0 https://github.com/grpc/grpc/releases/tag/v1.36.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb (renamed from meta-oe/recipes-devtools/grpc/grpc_1.35.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.35.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb
index 363e2b4680..6e2707dae4 100644
--- a/meta-oe/recipes-devtools/grpc/grpc_1.35.0.bb
+++ b/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb
@@ -11,8 +11,8 @@ DEPENDS_append_class-target = " googletest grpc-native "
DEPENDS_append_class-nativesdk = " grpc-native "
S = "${WORKDIR}/git"
-SRCREV_grpc = "627a22541a1836ce00cdc40a3977aa8928de98bc"
-BRANCH = "v1.35.x"
+SRCREV_grpc = "3b7f86e3516746c5f0db1947e0d65e94159bcb12"
+BRANCH = "v1.36.x"
SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \
"
# Fixes build with older compilers 4.8 especially on ubuntu 14.04