summaryrefslogtreecommitdiffstats
path: root/meta/classes/cargo_common.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-19 14:21:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-19 23:03:44 +0000
commit2a5dcb0662054c1d6bbe5ffe1c48fee10be30bd0 (patch)
tree2aaddf09a62d73803078aeb3ed01d1b1477347cc /meta/classes/cargo_common.bbclass
parentcf43eccc5c4da3e1e5bd1e20d595f4b225cf005f (diff)
downloadpoky-2a5dcb0662054c1d6bbe5ffe1c48fee10be30bd0.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cargo_common.bbclass')
-rw-r--r--meta/classes/cargo_common.bbclass1
1 files changed, 0 insertions, 1 deletions
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 @@
9## 9##
10 10
11# add crate fetch support 11# add crate fetch support
12inherit crate-fetch
13inherit rust-common 12inherit rust-common
14 13
15# Where we download our registry and dependencies to 14# Where we download our registry and dependencies to