summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/grpc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-10-18 10:26:09 -0700
committerKhem Raj <raj.khem@gmail.com>2022-10-18 11:48:35 -0700
commit923635099dc7f32c914c6865a98d6a71d06f1014 (patch)
tree55b6f6e0fde3c695b11c62c80d565b9e46927473 /meta-oe/recipes-devtools/grpc
parent050b5414b3079ddcae087cc61472c3c77136a38f (diff)
downloadmeta-openembedded-923635099dc7f32c914c6865a98d6a71d06f1014.tar.gz
grpc: Update to 1.50.x release
License-update: Include MPL-2.0 [1] Add missing BSD 3-clause and MPL-2.0 to license field Switch to git submodules since its using locked versions of some components like opencensus-proto [1] https://github.com/grpc/grpc/commit/05fcd826f477ef1a024a2defa5e4b3d78f5e6eb4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/grpc')
-rw-r--r--meta-oe/recipes-devtools/grpc/grpc_1.50.0.bb (renamed from meta-oe/recipes-devtools/grpc/grpc_1.45.2.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.45.2.bb b/meta-oe/recipes-devtools/grpc/grpc_1.50.0.bb
index c2f952fc6..74ec3a8a5 100644
--- a/meta-oe/recipes-devtools/grpc/grpc_1.45.2.bb
+++ b/meta-oe/recipes-devtools/grpc/grpc_1.50.0.bb
@@ -3,8 +3,8 @@ Provides gRPC libraries for multiple languages written on top of shared C core l
3(C++, Node.js, Python, Ruby, Objective-C, PHP, C#)" 3(C++, Node.js, Python, Ruby, Objective-C, PHP, C#)"
4HOMEPAGE = "https://github.com/grpc/grpc" 4HOMEPAGE = "https://github.com/grpc/grpc"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=6e4cf218112648d22420a84281b68b88" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906"
8 8
9DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2" 9DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2"
10DEPENDS:append:class-target = " googletest grpc-native " 10DEPENDS:append:class-target = " googletest grpc-native "
@@ -20,9 +20,9 @@ RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler"
20# RDEPENDS:${PN}-dev += "${PN}-compiler" 20# RDEPENDS:${PN}-dev += "${PN}-compiler"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23SRCREV_grpc = "b39ffcc425ea990a537f98ec6fe6a1dcb90470d7" 23SRCREV_grpc = "91091e3668144de9c6aa392f496bb7639f7025a7"
24BRANCH = "v1.45.x" 24BRANCH = "v1.50.x"
25SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ 25SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \
26 file://0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch \ 26 file://0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch \
27 file://0001-cmake-add-separate-export-for-plugin-targets.patch \ 27 file://0001-cmake-add-separate-export-for-plugin-targets.patch \
28 file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \ 28 file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \