From c3b91945d6b6b1a769d99566a041e9a1a57d8149 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 Mar 2021 12:35:18 -0800 Subject: [PATCH] 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 --- .../recipes-devtools/grpc/{grpc_1.35.0.bb => grpc_1.36.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/grpc/{grpc_1.35.0.bb => grpc_1.36.1.bb} (97%) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.35.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb similarity index 97% rename from meta-oe/recipes-devtools/grpc/grpc_1.35.0.bb rename to 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