From b356af07fb11e6462c10e8965c814a9c1cd20221 Mon Sep 17 00:00:00 2001 From: Sakib Sajal Date: Thu, 11 Mar 2021 10:56:34 -0500 Subject: [PATCH] grpc: upgrade 1.36.1 -> 1.36.2 Changelog: https://github.com/grpc/grpc/releases/tag/v1.36.2 Signed-off-by: Sakib Sajal Signed-off-by: Khem Raj --- .../recipes-devtools/grpc/{grpc_1.36.1.bb => grpc_1.36.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/grpc/{grpc_1.36.1.bb => grpc_1.36.2.bb} (98%) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.36.2.bb similarity index 98% rename from meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb rename to meta-oe/recipes-devtools/grpc/grpc_1.36.2.bb index eb137bef52..17e70aebff 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.36.2.bb @@ -16,7 +16,7 @@ RDEPENDS_${PN}-compiler = "${PN}" RDEPENDS_${PN}-dev += "${PN}-compiler" S = "${WORKDIR}/git" -SRCREV_grpc = "3b7f86e3516746c5f0db1947e0d65e94159bcb12" +SRCREV_grpc = "c3438a0c5d7bc499eb31fd4853ca72c771f758a5" BRANCH = "v1.36.x" SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ "