mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 09:15:45 +01:00
grpc: Upgrade to 1.37.1
Changes are here [1] [1] https://github.com/grpc/grpc/releases/tag/v1.37.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8691de2580
commit
61bf4cdf50
|
|
@ -16,8 +16,8 @@ RDEPENDS_${PN}-compiler = "${PN}"
|
|||
RDEPENDS_${PN}-dev += "${PN}-compiler"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV_grpc = "3e53dbe8213137d2c731ecd4d88ebd2948941d75"
|
||||
BRANCH = "v1.36.x"
|
||||
SRCREV_grpc = "8664c8334c05d322fbbdfb9e3b24601a23e9363c"
|
||||
BRANCH = "v1.37.x"
|
||||
SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \
|
||||
"
|
||||
# Fixes build with older compilers 4.8 especially on ubuntu 14.04
|
||||
Loading…
Reference in New Issue
Block a user