From d982a596d97261924f8e8b142442950c0698e8a8 Mon Sep 17 00:00:00 2001 From: Andreas Weger Date: Mon, 27 Sep 2021 16:57:22 +0200 Subject: [PATCH] grpc: Define SRCREV_FORMAT Since it uses multiple fetch URIs make it explicit to define SRCREV_FORMAT Change-Id: Ib24fce16b3986a465f1c5854166b8f28446b5186 --- meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb b/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb index 752562eb331..4ce0c9c9724 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb @@ -18,6 +18,7 @@ SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRAN git://github.com/protocolbuffers/upb;name=upb;destsuffix=git/third_party/upb \ file://0001-CMakeLists.txt-Fix-libraries-installation-for-Linux.patch \ " +SRCREV_FORMAT = "grpc_upb" SRC_URI_append_class-target = " file://0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch \ " SRC_URI_append_class-nativesdk = " file://0001-CMakeLists.txt-Fix-grpc_cpp_plugin-path-during-cross.patch"