diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-01-30 15:22:36 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-02-02 12:19:01 +0000 |
commit | 9c70c88b650d6186e31fac4912893bf3aa9b308c (patch) | |
tree | 417be055c147998cc80d4573feb795bedacb83bd /recipes-connectivity/kuksa-val/kuksa-databroker_git.bb | |
parent | 4d8f8b5303e776bd304d5a086049c0c4f80f8942 (diff) |
kuksa-databroker: update for building with Rust 1.70
Remove local patch that hacked the databroker into building with
Rust 1.68, and update its crates .inc for building with 1.70.
Bug-AGL: SPEC-5060
Change-Id: I567a7de6de703a1bc0dce075e1bc037f0b5ecd5e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29639
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-connectivity/kuksa-val/kuksa-databroker_git.bb')
-rw-r--r-- | recipes-connectivity/kuksa-val/kuksa-databroker_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb b/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb index c35c6d96b..2009c2205 100644 --- a/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb +++ b/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb @@ -13,14 +13,13 @@ require kuksa-val.inc require ${BPN}-crates.inc -SRC_URI += "file://0001-Force-older-clap-version-to-build-with-Rust-1.68.patch \ - file://0002-Remove-protobuf-src-usage.patch \ +SRC_URI += "file://0001-Remove-protobuf-src-usage.patch \ file://kuksa-databroker.service \ " S = "${WORKDIR}/git" -inherit cargo systemd useradd +inherit cargo cargo-update-recipe-crates systemd useradd # Enable optional VISS support for potential use by e.g. the web apps CARGO_BUILD_FLAGS += "--features viss" |