diff options
| author | Andrej Valek <andrej.valek@siemens.com> | 2023-01-27 15:13:19 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-01-29 11:19:58 -0500 |
| commit | 06fb36d33cb35e48c07532a868ddc5ffc2244743 (patch) | |
| tree | 9b227af333c71257b2c9731e44776c3e2f050ffa | |
| parent | 24870201060b2505dbb51983ff20d9ce743bb25d (diff) | |
| download | meta-openembedded-06fb36d33cb35e48c07532a868ddc5ffc2244743.tar.gz | |
grpc: upgrade 1.45.2 -> 1.46.6
Backporting the version from master (1.50.1) would a big risk. So use the
version 1.46.6 which also includes fixes of bundled z-lib library.
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.46.6.bb (renamed from meta-oe/recipes-devtools/grpc/grpc_1.45.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.45.2.bb b/meta-oe/recipes-devtools/grpc/grpc_1.46.6.bb index c2f952fc64..7cf27d1e05 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.45.2.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.46.6.bb | |||
| @@ -20,8 +20,8 @@ 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 = "b39ffcc425ea990a537f98ec6fe6a1dcb90470d7" | 23 | SRCREV_grpc = "af855eb64eea02d2f7b68d49c3d4d7a263649104" |
| 24 | BRANCH = "v1.45.x" | 24 | BRANCH = "v1.46.x" |
| 25 | SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ | 25 | SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ |
| 26 | 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 \ |
| 27 | file://0001-cmake-add-separate-export-for-plugin-targets.patch \ | 27 | file://0001-cmake-add-separate-export-for-plugin-targets.patch \ |
