From 9c70c88b650d6186e31fac4912893bf3aa9b308c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 30 Jan 2024 15:22:36 -0500 Subject: 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29639 Tested-by: Jan-Simon Moeller Reviewed-by: Jan-Simon Moeller --- recipes-connectivity/kuksa-val/kuksa-databroker_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes-connectivity/kuksa-val/kuksa-databroker_git.bb') diff --git a/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb b/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb index c35c6d96..2009c220 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" -- cgit 1.2.3-korg