diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2024-03-01 10:53:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-29 18:47:47 -0800 |
commit | b1894042519baafcb5afaa5c5f207d254cb0e881 (patch) | |
tree | b5259b4078d167d7093930d2f0a75559603d18b4 /meta-oe/recipes-devtools | |
parent | d2614ed81e62ef2c0bf7c0147d5a369c47c5467b (diff) | |
download | meta-openembedded-b1894042519baafcb5afaa5c5f207d254cb0e881.tar.gz |
grpc: upgrade 1.60.0 -> 1.60.1
Changelog:
==========
[Python Misc] Revert change to print backtrace in server
[PSM Interop] Use the Kokoro shared install lib from the new repo
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb (renamed from meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb index d41a73eee..63c696a62 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb | |||
@@ -20,7 +20,7 @@ RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler" | |||
20 | # RDEPENDS:${PN}-dev += "${PN}-compiler" | 20 | # RDEPENDS:${PN}-dev += "${PN}-compiler" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | SRCREV_grpc = "0ef13a7555dbaadd4633399242524129eef5e231" | 23 | SRCREV_grpc = "e5ae3b6b44bf3b64d24bfb4b4f82556239b986db" |
24 | BRANCH = "v1.60.x" | 24 | BRANCH = "v1.60.x" |
25 | SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ | 25 | SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ |
26 | file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \ | 26 | file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \ |