From 4212266b6bc335f0ac2b6b625abfe986103082e0 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Wed, 30 Oct 2019 03:16:48 +0800 Subject: [PATCH] grpc: upgrade 1.24.1 -> 1.24.3 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-devtools/grpc/{grpc_1.24.1.bb => grpc_1.24.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-devtools/grpc/{grpc_1.24.1.bb => grpc_1.24.3.bb} (97%) diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.24.1.bb b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb similarity index 97% rename from meta-networking/recipes-devtools/grpc/grpc_1.24.1.bb rename to meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb index 5cfa3aa82e..2d7694a4f3 100644 --- a/meta-networking/recipes-devtools/grpc/grpc_1.24.1.bb +++ b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb @@ -11,7 +11,7 @@ DEPENDS_append_class-target = " googletest grpc-native " DEPENDS_append_class-nativesdk = " grpc-native " S = "${WORKDIR}/git" -SRCREV_grpc = "fe494ff4104b6f6a78117ab2da71d29c93053267" +SRCREV_grpc = "2de2e8dd8921e1f7d043e01faf7fe8a291fbb072" SRCREV_upb = "9effcbcb27f0a665f9f345030188c0b291e32482" BRANCH = "v1.24.x" SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \