diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.78.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb similarity index 95% rename from meta-oe/recipes-devtools/grpc/grpc_1.78.1.bb rename to meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb index 6739c659d3..14ead4ccf9 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.78.1.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/grpc/grpc" SECTION = "libs" LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause" LIC_FILES_CHKSUM = " \ - file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906 \ + file://LICENSE;md5=fe8c552b7748e45c00ac55ac0257f6c9 \ file://third_party/utf8_range/LICENSE;md5=d4974d297231477b2ff507c35d61c13c \ file://third_party/xxhash/LICENSE;md5=cdfe7764d5685d8e08b3df302885d7f3 \ " @@ -23,8 +23,8 @@ RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler" # Both dependencies are mutually exclusive # RDEPENDS:${PN}-dev += "${PN}-compiler" -SRCREV = "5b6492ea90b2b867a6adad1b10a6edda28e860d1" -BRANCH = "v1.78.x" +SRCREV = "f5e2d6e856176c2f6b7691032adfefe21e5f64c1" +BRANCH = "v1.80.x" SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;branch=${BRANCH};tag=v${PV} \ file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \ "