diff options
-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 d41a73eee4..63c696a623 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 \ |