summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-23 15:45:40 -0400
committerKhem Raj <raj.khem@gmail.com>2022-03-24 09:45:25 -0700
commitdf5b764f99dbb19048ebef9d6b85e4d3625b4272 (patch)
tree1587bad5d694d90aa62d85957e084bd7b2c72ddd
parent3436cda4d99aa39c6001a8c187ff56c393c5330d (diff)
downloadmeta-openembedded-df5b764f99dbb19048ebef9d6b85e4d3625b4272.tar.gz
grpc: upgrade 1.41.1 -> 1.45.0
The changes between these versions are too numerous to list here, but can be found at https://github.com/grpc/grpc/releases/tag/v1.45.0 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb (renamed from meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb
index 315d8eb38..d6b50ee7d 100644
--- a/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb
+++ b/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb
@@ -4,7 +4,7 @@ Provides gRPC libraries for multiple languages written on top of shared C core l
4HOMEPAGE = "https://github.com/grpc/grpc" 4HOMEPAGE = "https://github.com/grpc/grpc"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=6e4cf218112648d22420a84281b68b88"
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,10 +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 = "635693ce624f3b3a89e5a764f0664958ef08b2b9" 23SRCREV_grpc = "494b08ada4009ead0d0b70e44d354be72f9c283a"
24BRANCH = "v1.41.x" 24BRANCH = "v1.45.x"
25SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ 25SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \
26 file://0001-cmake-revert-db88fb0ee826e73323e06ac6166ac038ee71f6a.patch \
27 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 \
28 " 27 "
29# Fixes build with older compilers 4.8 especially on ubuntu 14.04 28# Fixes build with older compilers 4.8 especially on ubuntu 14.04