From 2a5dcb0662054c1d6bbe5ffe1c48fee10be30bd0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Jan 2022 14:21:40 +0000 Subject: crate-fetch: Switch to version contained in bitbake This avoids various sstate fetch errors from weird silent failures in the sstate archive testing code caused by lack of srcrev support in the crate fetcher. (From OE-Core rev: 8205668a339946974b4460cf1ca7e6e7a645479b) Signed-off-by: Richard Purdie --- meta/classes/cargo_common.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/cargo_common.bbclass') diff --git a/meta/classes/cargo_common.bbclass b/meta/classes/cargo_common.bbclass index 23d82aa6ab..90fad75415 100644 --- a/meta/classes/cargo_common.bbclass +++ b/meta/classes/cargo_common.bbclass @@ -9,7 +9,6 @@ ## # add crate fetch support -inherit crate-fetch inherit rust-common # Where we download our registry and dependencies to -- cgit v1.2.3-54-g00ecf